Skip to content
forked from typelead/eta

The Eta Programming Language, a dialect of Haskell on the JVM

License

Notifications You must be signed in to change notification settings

mitchellwrosen/eta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eta logo

Eta - Modern Haskell on the JVM

Join the chat at https://gitter.im/typelead/eta Build Status Build status

The Eta programming language is a dialect of Haskell which runs on the JVM and has the following goals:

  • accessibility for beginners from imperative languages, especially Java
  • compatibility with GHC 7.10.3's Haskell.

Visit eta-lang.org for instructions on getting started.

Current Status

Version: 0.0.5

Active development is taking place in the following areas:

  • Concurrent runtime
  • Interactive REPL
  • Metaprogramming (TemplateHaskell support)
  • Core library support
  • Boilerplate generation for Java FFI imports
  • Platform-specific installers

Subscribe to the Eta-Discuss for updates.

Getting Started

Visit the Getting Started page in the documentation.

License

Eta is available under the BSD 3-Clause License, see LICENSE for more information.

Gratitude

We would like to specifically thank the following groups/people:

  • GHC HQ for providing a base for us to work on.
  • Alois Cochard for his codec-jvm package that we use for code generation.
  • Christopher Wells for his JAR packaging utility.
  • Brian McKenna for his bug fixes in the codegen/runtime and implementation of basic IO facilities.
  • Sibi for helping out with porting packages and setting up Travis.
  • Anton Gushcha for giving detailed bug reports on the Java FFI.
  • Balaji Rao for contributing to the design & implementation for some parts of the FFI.

Thank you guys!

About

The Eta Programming Language, a dialect of Haskell on the JVM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 93.3%
  • Java 4.7%
  • Pascal 1.0%
  • Logos 0.9%
  • C 0.1%
  • C++ 0.0%