Skip to content

henm/morn-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morn-repl

An experimental REPL form morn. Currently it's mostly a clojure playground for me.

Installation

Make sure morn is somewhere leiningen can find it (e.g. by installing it with mvn install). The repl can be started with

lein run

To exit the REPL press Ctrl-D.

Examples

$ lein run
Welcome to morn-repl!
> cat(tom).
> animal(X) :- cat(X).
> ?animal(tom)
true
>
Bye!

Releases

No releases published

Packages

No packages published