core team @ purescript.org
organiser @ functional.org.ph
I work on web, compilers, and type systems using FP
🇵🇭 he/him
e.g. with rust it's usually not about the syntax as much as its about the complexity of the language even with things that are much simpler in other languages
e.g. with rust it's usually not about the syntax as much as its about the complexity of the language even with things that are much simpler in other languages
- avoid referencing arcs between query results
- try to implement "weak references" where possible
- otherwise, simply flatten the data structures
- avoid referencing arcs between query results
- try to implement "weak references" where possible
- otherwise, simply flatten the data structures
union(Lib, Internal)
the idea is to do:
Lib + Id(Internal)
however, in order to detect name clashes we still need to traverse both modules. I figured that the memory tradeoff of flattening is worth...
union(Lib, Internal)
the idea is to do:
Lib + Id(Internal)
however, in order to detect name clashes we still need to traverse both modules. I figured that the memory tradeoff of flattening is worth...