logoalt Hacker News

nbevansyesterday at 1:51 PM2 repliesview on HN

It uses far less tokens than C#, so watch this space...


Replies

delta_p_delta_xyesterday at 4:25 PM

Ml-family languages (and frankly, all natively functional languages) are just incredibly terse and information-dense second only to stuff like APL. And yet when written idiomatically and with good object and type naming they are surprisingly readable and writeable.

'Twas a bad idea to train LLMs on the corpus of leaky, verbose C and C++ first instead of on these strict, strongly-typed, highly structural languages.

nodrayesterday at 2:17 PM

Care to explain? Pattern matching, type inference, etc.?

show 2 replies