Live data from Hacker News

Ask HN: What languages and technologies/tools are you using right now?

news.ycombinator.com

1–10 of 27 posts

Ask HN: What languages and technologies/tools are you using right now?

#1
Hi guys,

I'm writing you because I would really like to know what languages, libraries and technologies/tools are you/we really using.

Why you say? Well you see, I'm curious. I dont really like those "graph" showing which languages are popular, I want it directly from you!

Thanks ;)

Re: Ask HN: What languages and technologies/tools are you using right now?

#4
Right now, at my corporate job in the insurance industry? scala (notably scalaz is banned so I've had to reimplement the bits of it I need) with a little java; spring, hibernate, wicket; oracle, mule, drools. Tool-wise eclipse, subversion (I use git-svn), twist; jenkins, crucible and I'm just in the process of setting up rundeck to replace the collection of bash scripts that currently do deployment. Sonar is running but I don't really look at it.

Re: Ask HN: What languages and technologies/tools are you using right now?

#6
Developing a cooperative game-making platform with C# along with those libraries:

* XNA + MonoGame (multiplatform OSS rewrite of XNA - https://github.com/mono/monogame)

* Lidgren.Network (Reliable UDP networking library - https://code.google.com/p/lidgren-network-gen3/)

* NuclearWinter (my own UI library - https://bitbucket.org/sparklinlabs/nuclearwinter)

* MonoBoxedLua (my own variant of MonoLuaInterface - https://bitbucket.org/sparklinlabs/monoboxedlua)

Post reply on HN