keep basic features from C: #include and static declaration #298
massimosala
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi Sala, Koka has a module system and you can use And with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I really like Koka, it has many features not available in other languages.
I believe these two features of the C language are essential:
#include
static var = value
and I suffer when they are not implemented in other languages.
I kindly suggest adding them to koka.
Forgive me if it is already possible to get their functionality, I have read the examples but I cannot find how to do.
Sincerely, Sala
massimo.sala.71@gmail.com
Beta Was this translation helpful? Give feedback.
All reactions