Frege / frege

Frege is a Haskell for the JVM. It brings purely functional programing to the Java platform.
https://github.com/Frege/frege/wiki/_pages
Other
3.64k stars 145 forks source link

"Build all" kind of functionality for compiler #52

Closed Ingo60 closed 9 years ago

Ingo60 commented 11 years ago

Compile all files below given directories or given on command line, in the correct order.

Dierk commented 11 years ago

As of now, one can collect all frege files in a project by means of command line tooling (find) or build automation capabilities (like the gradle build in real-world frege) but from these files it is difficult to select the proper "compilation roots". For the sake of easier integration with typical Java/Groovy/Clojure/Scala/etc. projects that compile a full source tree it would be very convenient to allow a similar approach.

Ingo60 commented 9 years ago

This is implemented in compiler from 3.22.324 onwards.