Focus: A simple and fast text editor written in Jai
1–10 of 105 posts
Re: Focus: A simple and fast text editor written in Jai
#2This is my first exposure to Jai code, did not know it was now available to play with! Congrats on building this! Really appreciate your comments in the source.
Re: Focus: A simple and fast text editor written in Jai
#3I submitted a related article about Jai yesterday, and just realized it got a bit of discussion: https://news.ycombinator.com/item?id=37357408
Re: Focus: A simple and fast text editor written in Jai
#4Afaik is Jai still in private beta or something alike, just seen some sources like this and RayLib bindings but not the compiler itself.
Re: Focus: A simple and fast text editor written in Jai
#5Cool, an open source project in a language no one can use. Say what you will about V, at least it exists.
Re: Focus: A simple and fast text editor written in Jai
#6Cool, an open source project in a language no one can use. Say what you will about V, at least it exists.
You can use Jai. You just have to ask. It’s in closed beta, but afik “closed” pretty much means “open to anyone who wants to be a beta tester”.
Re: Focus: A simple and fast text editor written in Jai
#7Re: Focus: A simple and fast text editor written in Jai
#8Cool, an open source project in a language no one can use. Say what you will about V, at least it exists.
You can use Jai. You just have to ask. It’s in closed beta, but afik “closed” pretty much means “open to anyone who wants to be a beta tester”.
I have asked several times and got no answer.
Re: Focus: A simple and fast text editor written in Jai
#9It's interesting to look at the source code. However, I have yet to find a clear unique selling point that justifies the development of a new language and infrastructure, or clearly shows me why I shouldn't just use D, for example. Any hints?
Re: Focus: A simple and fast text editor written in Jai
#10Given that the compiler for this language is not publicly available, is this still open source, considering that you cannot easily modify and rebuild it to your liking, despite being GPL?