HackerTrans
TopNewTrendsCommentsPastAskShowJobs

msully4321

no profile record

comments

msully4321
·3 bulan yang lalu·discuss
I'm not sure where that number comes from but I don't think it's right, and I don't think that's how La Liga is structured anyway. It's governed by an association of all of the teams in the top two flights of spanish football.
msully4321
·3 bulan yang lalu·discuss
I am a huge sucker for games/lessons like this. I feel like I've played one every 5 years for the last almost 25 years.
msully4321
·3 bulan yang lalu·discuss
They have not! If I am scrolled up while more output is produced, the scrollback jumps to the top pretty consistently.
msully4321
·4 bulan yang lalu·discuss
I took a look at the test bench, and the Unlambda interpreter used supports like a third of unlambda, not including input. Since 79/80 of the tests require input, it isn't really possible to solve them. The best anything did on them was 1.2%, which is 1 test.

I reported it https://github.com/Lossfunk/EsolangBench/issues/1 but haven't heard back yet
msully4321
·4 bulan yang lalu·discuss
Doing something like that is basically the only way to write unlambda: you start with a lambda calculus (or scheme or whatever) and reduce the lambdas away mechanically. (This is in the unlambda docs!)