Not very informative homepage... A lang+db? Fast on one machine? Or does it distribute?
Arthur Whitney releases an open-source subset of K with MIT license
11–20 of 234 posts
Re: Arthur Whitney releases an open-source subset of K with MIT license
#12The code looks heavily obfuscated. It's more like "source available" than open source. E.g. g(_M,W-=1 i?_M(i,M_(i+1))+(2*n0 Edit: Looking at it a bit more, I can't tell if the code is obfuscated or if the author really wrote it like this...
Bonus: Go visit and do "View Source" on that website. Even HTML has fragrance of K.
Re: Arthur Whitney releases an open-source subset of K with MIT license
#13Re: Arthur Whitney releases an open-source subset of K with MIT license
#14The code looks heavily obfuscated. It's more like "source available" than open source. E.g. g(_M,W-=1 i?_M(i,M_(i+1))+(2*n0 Edit: Looking at it a bit more, I can't tell if the code is obfuscated or if the author really wrote it like this...
Re: Arthur Whitney releases an open-source subset of K with MIT license
#15The code looks heavily obfuscated. It's more like "source available" than open source. E.g. g(_M,W-=1 i?_M(i,M_(i+1))+(2*n0 Edit: Looking at it a bit more, I can't tell if the code is obfuscated or if the author really wrote it like this...
It's writing C in array-language style rather than intentional obfuscation.
Re: Arthur Whitney releases an open-source subset of K with MIT license
#16Re: Arthur Whitney releases an open-source subset of K with MIT license
#17Re: Arthur Whitney releases an open-source subset of K with MIT license
#18The code looks heavily obfuscated. It's more like "source available" than open source. E.g. g(_M,W-=1 i?_M(i,M_(i+1))+(2*n0 Edit: Looking at it a bit more, I can't tell if the code is obfuscated or if the author really wrote it like this...
Does writing in this way has any advantage in practical terms (not aesthetically reasons)?
I read a couple of other threads and some people try to claim less code = fewer bugs, but that's pretty clearly nonsense otherwise minifiers would magically fix bugs.
As for why people actually use this (it seems like they really do), my guess would be that it's used for write-only code, similar to regexes.
Like, using a regex you can't deny that you get a lot of power from not many keystrokes, and that's really awesome for stuff you're never going to read again, like searching code in your editor, one throwaway shell commands.
But they also tend to be completely unreadable and error prone and are best avoided in production code.
Re: Arthur Whitney releases an open-source subset of K with MIT license
#19That's ... er ... cryptic.