Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I've done some hobby programming[1] in Jakt and while it had promise and took good ideas from other modern languages my understanding is that it's been abandoned at this point and isn't mature enough to build anything non-trivial.

Transpiling to C++ for maximum interop with the SerenityOS codebase was an interesting idea too, but what it meant was you had to interpret C++ compiler errors to to understand what was breaking a lot of the time

1: Here's my admittedly crappy markdown->HTML converter written in Jakt https://github.com/mikeakers/r3gen



It's always nice to see others programming in Jakt. I've written a couple of network device drivers (rtl8139, virtio-net) and a TCP/IP stack in Jakt that is used in my TempleOS fediverse server project[1].

I also contributed some patches to Sophia's jaktnesmonster NES emulator a few years back, adding support for some popular mappers, as well as a TempleOS port, and more recently wired everything up[2][3] to use Serenity's native libraries (LibGUI, LibAudio, etc.)

1: https://github.com/slon-project/slon

2: https://files.catbox.moe/jq656f.webm

3: https://github.com/alec3660/jaktnesmonster


Nice! Ok maybe Jakt can be used for more non-trivial stuff than I gave it credit for :)

Worth mentioning that the Jakt compiler is self hosting as well




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: