HN user

borge

22 karma

Just another hobby hacker.

Twitter: @imborge

Posts1
Comments15
View on HN

Not sure if counting HTML, but it was my gateway to programming at the age of ~10-12. I found out I could make web pages in Word, then switched to FrontPage and learned HTML by watching and tweaking the code generated by the WYSIWYG editor. Good times!

Unrelated; but I always find myself drawn to game development, yet I have no desire to work in the industry. Does any other programmer feel the same, and do you know why?

I don't think luminous really compares to rails/django. Luminus is more like a great starting point, with some boilerplate and glue between libraries, while rails/django is way more batteries included.

I've always thought that hiring i.e. haskell developers would be easier than for more widely used languages like java and python as I've assumed that the talent-to-jobs ratio would be a lot higher. I actually have no idea though.

For SPAs, I mostly use ClojureScript with reagent and re-frame nowadays.

Reagent is a ClojureScript wrapper for react, and re-frame is a library for state management, where you dispatch events kind of like in redux.

It's most productive and intuitive environment I've come across. Very little boilerplate. I haven't tried serverside rendering with it though.

There's also re-natal if you want to use react-native, but I haven't tried this either, so I can't vouch for it.

React v15.0 10 years ago

React made frontend much more enjoyale to me too, it's so quick to build nice things in it :)