Slashdot Mirror


User: longpants2

longpants2's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:I actually tried it on Eclipse Launches New Programming Language · · Score: 1

    I haven't used C or C++ in the last 10 years, so I'm a bit rusty. Java has a rich ecosystem, and although I use OO in my coding, I also like to bring in Functional Programming concepts where possible. So that means favoring immutablility, and marking methods as 'static' when they don't need to rely on any state from class instances.

  2. I actually tried it on Eclipse Launches New Programming Language · · Score: 1

    Posted my experience here:
    http://longpants2.posterous.com/first-experience-with-eclipses-java-killer-xt

    I want to use it, but I can't understand why it's missing this *one* important feature???