ThreadSky
About ThreadSky
Log In
tenesm.us
•
15 days ago
a few hundred lines into porting _Zork_ to Clojure and wondering why exactly I do this to myself
Comments
Log in
with your Bluesky account to leave a comment
[–]
tenesm.us
•
15 days ago
0
reply
[–]
danieljanus.pl
•
14 days ago
On the source level? As in, transpiling ZIL to Clojure?
0
1
reply
[–]
tenesm.us
•
14 days ago
Transpiling ZIL is smarter than what I'm doing 😅
I'm doing a function-by-function figure-out-wtf-it-does-and-then-try-to-do-that-in-Clojure approach. Learning both ZIL and Clojure as I go.
I'm learning a lot, and it's breaking my brain in a pretty fun way.
1
1
reply
[–]
danieljanus.pl
•
14 days ago
This is so awesome! Good luck, and I’d be excited to check out the code if you’re willing to share it :)
0
1
reply
[–]
tenesm.us
•
14 days ago
Here ya go:
https://github.com/ndouglas/clork
But this is literally my first Clojure project and I'm really early into figuring out what all is ergonomic in this language, etc, so don't expect much 🙂
1
reply
Posting Rules
Be respectful to others
No spam or self-promotion
Stay on topic
Follow Bluesky's terms of service
×
Reply
Post Reply
Comments
I'm doing a function-by-function figure-out-wtf-it-does-and-then-try-to-do-that-in-Clojure approach. Learning both ZIL and Clojure as I go.
I'm learning a lot, and it's breaking my brain in a pretty fun way.
But this is literally my first Clojure project and I'm really early into figuring out what all is ergonomic in this language, etc, so don't expect much 🙂