Belisarius Cawl
kiwifarms.net
- Joined
- Mar 16, 2024
I believe the original concept behind Racket, which had a different name at the time, was more to be more just a typical Scheme implementation and it has since grown into the plurality it is nowRacket is more like a logical extension to Scheme than an implementation of it.
I have a friend who is a comp sci researcher in Texas and he was using Haskell right up to the point that he found out that implementing a fairly trivial sieve of Eratosthenes algorithm had to be the subject of an entire research paper at which point he was like "this is really fucking gay"Haskell is fun too.
Python definitely sees deployment in industry for those things as long as critical areas are sped up in some way or anotherI'll say that I think if anything like memory or performance are a big issue, Python is generally not the right language.
That depends. Python is really on the nose about these things and will throw aWell that offers a good explanation for the bug I had in Python when I was doing Recursion.
RecursionError
exception which I'm not sure sees any other use. Was that the case?