Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

penberg/fjord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fjord, F# programming language for the JVM.

Build Status

Fjord is an implementation of the F# programming language for the JVM.

The implementation is at very early stages, so if you are looking to use F# on the JVM, Fjord is probably not for you. However, if you are interested in hacking on F# implementation for the JVM, welcome on board!

Building Fjord

Requirements

Fjord is built and packaged with Apache Maven and requires Java 1.8 or higher to build and run.

Building from sources

To build F#, run:

export MAVEN_OPTS="-Xmx1g"
mvn package

Trying it out

To launch the F# interactive shell run:

./bin/fji

and you are greeted with:

Fjord

For help type #help
> _

You can then evaluate F# expressions:

> let x = 1 + 2
val x = 3

Features

  • Aims at F# 3.0 language compatibility

Want to help?

Want to help? Grab the F# specification, fork the GitHub repository, and send a pull request!

For questions and comments, drop me a line on Twitter or on #fjord at irc.freenode.net, or send me email at [email protected].

License

Copyright © 2013 Pekka Enberg and contributors.

Fjord is distributed under the Apache License, Version 2.0.

Credits

(in order of appearance)

  • Alex Biehl

About

Fjord, F# programming language for the JVM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published