6 ms·
Hah, interesting! Mine is writing a simple web server (sockets, IO, string handling) and an ultra-simple command line browser (args handling, 3rd party libs for
by jayvanguard 9y ago
Hah, interesting! Mine is writing a simple web server (sockets, IO, string handling) and an ultra-simple command line browser (args handling, 3rd party libs for URLs, HTML parsing, etc.)
- jamescostian 9y agoAnd all along I thought I was creative for skipping "Hello, World" and going straight to "Hello, World" 10 times
- sabujp 9y agomine is doing everything in hackerrank in the new language
- oskenso 9y agoI like to write chip-8 and other VMs to get a handle Of a new lang
- jsjohnst 9y agoMine in similar, I implement an authoritative domain name server. I've done it in something like 20-25 languages now. The only language I've learned in the last decade I didn't write one in is ARM Assembly. I am not that "dedicated" (more like masochistic) enough to try to do one in assembly.
- mathw 9y agoA friend of mine used to learn new languages by implementing Tetris in them. Sad to say I'm here years later and I still haven't even implemented Tetris once in anything.