Live data from Hacker News

Lilith: x86-64 OS written in Crystal

github.com

1–10 of 265 posts

Re: Lilith: x86-64 OS written in Crystal

#3
Wow. That's impressive.

Crystal is a solid alternative to Go. I gave it a solid look when figuring out which language I should learn. The only reason Crystal didn't make it is because it's just missing some core features. The one that sticks out is there is no way to get the length of a channel last time I looked.

But this is impressive and I can't wait to see what's next

Re: Lilith: x86-64 OS written in Crystal

#6
Wow. Preemptive multitasking, graphical window management, POSIX-like, in a programming language that to my knowledge it hasn't yet been done in... and in just several months of work.

There's no smoke and mirrors as far as I can tell. I dug back to the initial commit: https://github.com/ffwff/lilith/commit/c9fa1053dc6a22d630ee6... - and it's just bootstrapping to VGA.

Very well done, and inspiring. Makes me want to try OS dev again.

Re: Lilith: x86-64 OS written in Crystal

#8
post #2

This is really impressive! Crystal was just barely on my radar until now: it's a lot higher up now. For anyone unfamiliar: https://crystal-lang.org/

Crystal has the most badass color on Github. Solid black.

It's actually #000100.

Re: Lilith: x86-64 OS written in Crystal

#10
post #6

Wow. Preemptive multitasking, graphical window management, POSIX-like, in a programming language that to my knowledge it hasn't yet been done in... and in just several months of work. There's no smoke and mirrors as far as I can tell. I dug back to the initial commit: https://github.com/ffwff/lilith/commit/c9fa1053dc6a22d630ee6... - and it's just bootstrapping to VGA. Very well done, and inspiring. Makes me want to t…

Agreed. Super impressive. I really like Crystal and hope it continues to get traction.
Post reply on HN