Ask HN: Are you programming on your holidays?
1–10 of 52 posts
If yes, what are you building?
Re: Ask HN: Are you programming on your holidays?
#2yeah!
Re: Ask HN: Are you programming on your holidays?
#3Yep! 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!
Re: Ask HN: Are you programming on your holidays?
#4Yes. For fun. No serious projects though.
Re: Ask HN: Are you programming on your holidays?
#5yes. also advent of code, because i didnt have enough time earlier.
Re: Ask HN: Are you programming on your holidays?
#6If I could get off HN, yes.
Re: Ask HN: Are you programming on your holidays?
#7Yep! 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
Any resources that you're using to help you implement this? Looks cool!
Re: Ask HN: Are you programming on your holidays?
#8Yes, for fun and some serious stuff as well.
Re: Ask HN: Are you programming on your holidays?
#9everyday of my life!
Re: Ask HN: Are you programming on your holidays?
#10Very 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 is.
[1]: http://www.gamasutra.com/view/feature/190891/programmer_inte...