Dromedary: An extension to the Chamo editor

About

Features

Screenshots

Download

Contact

Dromedary provides the following extra features:

  • Continuous parsing: Dromedary does its best to parse your code while you type.
  • Types as you type: Dromedary allows the programmer to query the types of expressions for both full and partial programs.
  • Autocompletion: Dromedary provides smart autocompletion (based on the inferred types of expressions) after . and #.
  • Pattern Autocompletion: Pattern inside a match expression can be autocompleted.
  • Type hinting: For incomplete expressions (e.g. partial applications ) Dromedary can be queried to provide the type of the missing expressions