One common oversight in Haskell compilers is failing to intern identifiers
using Int
s and failing to prefer IntMap
s and IntSet
s. The PureScript compiler,
for instance, uses Map
s as of writing.
Suppose we want to clean up all TODO
s in a branch before merging. We can check
for TODO
s introduced with
One would like to be able to find all language extensions in a given Haskell
project in order to populate the other-extensions
field of the .cabal
file
(cabal-install
uses this for dependency resolution).
J and APL support (and encourage) a certain form of programming without error handling or library code reuse. The alternative wisdom goes against typical programming but it works together.
Recently, a post touting Numba was published. However, the example—a for loop—is unconvincing.
prev | next