Crowlang / crow

Crow Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libcrow should be built dynamic and linked the the REPL/Runner

Bravotic opened this issue · comments

To facilitate external libraries also using libcrow, lets make the REPL/Runner also dynamically link so these external libraries can more effectively link to it. Also ensures that users will always have a copy of a dynamic libcrow for use in external programs.