popcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 days agoS&Box went open-source and the comments are very calmprogramming.devimagemessage-square56fedilinkarrow-up1598arrow-down14file-text
arrow-up1594arrow-down1imageS&Box went open-source and the comments are very calmprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 days agomessage-square56fedilinkfile-text
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up28arrow-down2·1 day agoI literally just wrote this a few hours ago (line 55)
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up5·1 day agoThe more insane, unlikely, and catastrophic the error, the more appropriate an insane, terse, apocalyptic error message is.
minus-squaremelvisntnormal@feddit.uklinkfedilinkarrow-up7·1 day agoYou writing an interpreter/VM? For what language?
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up5·1 day agoLox Once i have a solid implementation, I wanna morph it into a custom scripting language for generating diagrams (a la graphviz or mermaid js) https://github.com/Lightfire228/lightweaver
minus-squaremelvisntnormal@feddit.uklinkfedilinkarrow-up4·1 day agoI thought as much! Didn’t want to assume though just in case. I’ve gone through that book twice and I want to look at adding types to my implementation. Good luck!
I literally just wrote this a few hours ago (line 55)
The more insane, unlikely, and catastrophic the error, the more appropriate an insane, terse, apocalyptic error message is.
You writing an interpreter/VM? For what language?
Lox
Once i have a solid implementation, I wanna morph it into a custom scripting language for generating diagrams (a la graphviz or mermaid js)
https://github.com/Lightfire228/lightweaver
I thought as much! Didn’t want to assume though just in case. I’ve gone through that book twice and I want to look at adding types to my implementation. Good luck!