charly-lang / charly

🐈 The Charly Programming Language | Written by @KCreate
https://charly-lang.github.io/charly/
MIT License
199 stars 10 forks source link

Remove unneeded libraries from prelude.charly #19

Closed KCreate closed 8 years ago

KCreate commented 8 years ago

The prelude should only require the absolute minimum of libraries someone could ever need. If a developer now wants to work with methods from math.charly he should include it himself.

KCreate commented 8 years ago

Depends on #21

KCreate commented 8 years ago

Implemented in #54