Giter Club home page Giter Club logo

ghci-in-a-new-dress's Introduction

Dependencies

  • Yesod

  • Hoogle (/Users/abi/Library/Haskell/ghc-7.0.3/lib/hoogle-4.2.8/bin) โ€” The Hoogle executable ought to be in the path but not just in .bashrc but also, symlinked in /usr/bin/. Probably because createProcess runs sh, rather than bash? Or createProcess only looks in /usr/bin.

Running

build with:

cabal configure
cabal build

run with:

./dist/build/ghci-in-a-new-dress/ghci-in-a-new-dress

or:

cabal install
ghci-in-a-new-dress

then open a browser and go to http://127.0.0.1:3000/

Features

  • Types of larger expressions. DONE
  • Autocomplete - DONE
  • Calltips - DONE
  • Syntax highlight - DONE
  • (Potentially) advanced syntax highlighting (type colors) DONE
  • Type annotations DONE
  • Data types via file import DONE
  • Hlint suggestions DONE
  • Variable inspector on the side that shows all active bindings DONE
  • Show all active modules on the side too
  • Integrate the debugging information
  • Search by result value
  • Remove let ... in syntax
  • Strictness of functions
  • Hoogle integration DONE
  • Docs
  • Red squiggly error lines, and defer all the work to Haskell.
  • Call stack lol
  • Filter out empty string

UI

  • Select first item of autocomplete
  • Autocomplete icons

BUGZ

  • Data doesn't work 100%.
  • syntax highlighting does not go all the way back

TODO

  • Multiline inputs
  • Error when you hit enter on an empty string.
  • Scroll to the bottom automatically.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.