it just makes sense
All right, what programming language has the best syntax?Lisp and its parentheses is actually very good. It's hard to do better than something so simple and elegant.What programming language makes best use of whitespace and indentation for its syntax?
>>107658714Haskell is good
>>107658612that looks real good
>>107658714Ada is my favorite
>>107658612Fennel, which improves upon Lisp syntaxhttps://fennel-lang.org/
>if>end
>>107658612that's just javascriptconst discordia = require('discordia');const client = new discordia.Client();client.on('ready', function() { ...});client.on('messageCreate', function() { ...});client.run('Bot INSERT_TOKEN_HERE');
const discordia = require('discordia');const client = new discordia.Client();client.on('ready', function() { ...});client.on('messageCreate', function() { ...});client.run('Bot INSERT_TOKEN_HERE');
>>107658952I've always been interested. Any nice Ada codebases for me to read?
>>107659011worse>function()>endat least make it endfunction
>>107659032nta but Ada is like PL/SQLif you've worked with PL/SQL then you know, they borrowed their syntax from Ada
>>107659032https://github.com/alire-project/alire
>>107658612>endJust use braces. Meme language
>>107659053>PL/SQLgaaaayyyy
>>107659140>bracesthats reserved for tables. sorry chud
>>107658612looks good to meyou can do that with a lot of languages though including C++
>>107658612What the fuck is this shit? Why would implement message passing like this instead of as a __newindex metatable?
>>107658612brainfuck makes sense too. it doesn't make it a good language.
>>107659265thats what it is behind the scenes
>>107659295It's fucked up and weird. Why is there a useless constructor? Why isn't it just a single function call that takes a function table and returns a client instead of this haphazard meme :on :on :on :on :on shit? What is this, Javascript?
>>107659309getfenv slows down the script or something like that idkthe api in the OP was written by discord trannies, if you want real lua you should be looking at robloxhttps://create.roblox.com/docs/luau