popcar2@programming.dev to Programmer Humor@programming.devEnglish · 20 hours agoS&Box went open-source and the comments are very calmprogramming.devimagemessage-square48fedilinkarrow-up1479file-text
arrow-up1479imageS&Box went open-source and the comments are very calmprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 20 hours agomessage-square48fedilinkfile-text
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up20·13 hours agoI literally just wrote this a few hours ago (line 55)
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up2·3 hours agoThe more insane, unlikely, and catastrophic the error, the more appropriate an insane, terse, apocalyptic error message is.
minus-squaremelvisntnormal@feddit.uklinkfedilinkarrow-up6·12 hours agoYou writing an interpreter/VM? For what language?
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up2·4 hours 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-up2·4 hours 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!