22 ms·
Great work! Might do it too in some other language...
by hei-lima 7mo ago
Great work! Might do it too in some other language...
- pmarreck 7mo agoZig, here. Anything but Python
- O5vYtytb 7mo agoAt least python can do this exercise without pulling 3rd party dependencies :)
- justinhj 7mo agoWhat's missing from Zig and its std lib for this?
- moderation 7mo agoZig version [0] doesn't need any external dependencies. 0. https://tangled.org/m17e.co/microgpt https://tangled.org/m17e.co/microgpt
- pmarreck 7mo agoSweet! Presumably this one is even faster than the JS?
- thomasmg 7mo agoI got a convertion to Java. It worked (at least I think...) in the first try. Then I want to convert this to my own programming language (which traspiles to C). I like those tiny projects very much!