Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.17 KB

README.md

File metadata and controls

61 lines (47 loc) · 2.17 KB

Howdy

My name is Lunarised and this is my Git Repository where i work on some programming exersises.

Current Projects

My Current Projects are to rewrite most of my university exercises to a point where i am happy with them, and also to work on any given tasks for my BIT

Currently Learning

  • Ansi - C
  • Perl
  • Scheme
  • Rust
  • Idris

Rust

I am still a complete beginner at rust as of September 2019 but i plan for it to become my plain default language

Perl

I am comfortable enough with perl to write basic OS level scripting, but in the future, I would like to become better

Scheme

Making Progress on S99 problems

Idris

Still waiting on Idris 2

ANSI-C

The most proficient of the languages I am still learning, but im still progressing with it

Proficient Languages

  • Java 7/8
  • Python
  • C++ 11
  • C#

Java

I spend many years of my degree taming Java to my liking, enough so that it is one of the fastest languages for me to do a mockup program in.

While I do not use many of the OO Principles Java has to offer, I still use it for its platform capability and its inheritance model

Python

Ive done my fair share of computing and mathematical analysis with this language with a dabble of Genetic Algorithms and OO python thrown in for good measure. Not my goto language, mainly due to its styling, but hey. Its not the worst one out there atleast!

C#

For all my graphical interface needs for windows systems, I use C#. Not much to say Its fast enough for my purposes, although, as i seldom run windows, I find myself writing in it less and less

C++

Although this language is heavily disliked by my programming hero, Richard O'Keefe, I still use it a little, as its just Java without as many restrictions. Ive built a few roguelikes and puzzles in this language using .net. Its far from my favorite language but i try to keep upto date with it