Live data from Hacker News

Ask HN: Are you programming on your holidays?

news.ycombinator.com

11–20 of 52 posts

Re: Ask HN: Are you programming on your holidays?

#15
post #10

Very much so. As a student, I have found that it is much easier to focus on my large personal projects in between terms, when I don't have homework and/or lectures every day to interrupt my coding sessions[1]. Edit: As for what I am building, I am working on a graphics editor written in Common Lisp, partially as a way to verify others' claims about Lisp's efficiency, and partially to see for myself how difficult it i…

Where do you go?

Re: Ask HN: Are you programming on your holidays?

#17
post #3

Yep! Trying to write my very first programming language[1]. Aiming to have a legit GC (mark/sweep), a legit VM with bytecode (possibly stack-based to start out with), and familiar data types. Oh and I'm doing it entirely in C, because I have a special love/hate relationship with C that never seems to die. It's going slow, but very fun! [1]: https://github.com/sdegutis/Paladin

I think this explains the popularity of compiler articles on HN these days.

Re: Ask HN: Are you programming on your holidays?

#19
Yes, I usually get inspired on hobby projects during Christmas time. It's ok to sit home and ok to not do anything work-related, so it's perfect. I started a robot simulator this time. Usually I've done small games and one time I wrote a ray tracer.
Post reply on HN