Ask HN: Are you programming on your holidays?
11–20 of 52 posts
Re: Ask HN: Are you programming on your holidays?
#12Re: Ask HN: Are you programming on your holidays?
#13Re: Ask HN: Are you programming on your holidays?
#14everyday of my life!
Re: Ask HN: Are you programming on your holidays?
#15Very 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…
Re: Ask HN: Are you programming on your holidays?
#16Re: Ask HN: Are you programming on your holidays?
#17Yep! 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