vrok / have

The Have Programming Language
http://havelang.org
BSD 2-Clause "Simplified" License
272 stars 11 forks source link

[Feature] Modules in 'have' #4

Open luminousmen opened 8 years ago

luminousmen commented 8 years ago

Hi there! I like your project and want to improve it. I guess it will be cool for it to implement modulization like in Python. When you can create directory and put some functions and init file in it then import needed functions from it. What do you think about it?

vrok commented 7 years ago

Could give an example of how it would look like in the code?