|
|
|
|
|
by rakpol
3660 days ago
|
|
Hoping for a little advice: I'm trying to push for some development culture changes at work, one of which is doing more local, incremental refactors rather than large, all-at-once changes (i.e. the sort of thing for which one books 'architecture meetings'). Since we'll hopefully be massaging large parts of the codebase, there's an opportunity to jump into something new with both feet. Question: what do you think of the thesis of pure4j [1] vis. frege [2]? Namely, are the advantages gained by switching to a haskell-like language far above those attained by simply forcing effects into a small part of the codebase? [1]: https://github.com/pure4j/pure4j [2]: https://github.com/Frege/frege |
|
Also. There is work underway to enable GHC to compile for the JVM.