-
Notifications
You must be signed in to change notification settings - Fork 145
System Properties
Ingo Wechsung edited this page Aug 4, 2015
·
3 revisions
The following properties that affect Frege can be passed to the java command with the -D
flag:
Property | Type | Default | Purpose | Affected |
frege.javac | String | javac | specify path and options of the program that is called by the Frege compiler to compile Java source code. | Compiler |
frege.prelude | String | frege.Prelude | name of module that is imported automatically in non-prelude packages | Compiler |
Home
News
Community
- Online Communities
- Frege Ecosystem
- Frege Day 2015
- Protocol
- Simon Peyton-Jones Transcript
- Talks
- Articles
- Books
- Courses
Documentation
- Getting Started
- Online REPL
- FAQ
- Language and API Reference
- Libraries
- Language Interoperability
- Calling Frege From Java (old)
- Calling Java From Frege
- Calling Frege From Java (new)
- Compiler Manpage
- Source Code Doc
- Contributing
- System Properties
- License
- IDE Support
- Eclipse
- Intellij
- VS Code and Language Server
- Haskell
- Differences
- GHC Options vs Frege
- Learn You A Haskell Adaptations
- Official Doc
Downloads