Corn
| This language is designed for modeling concurrency and advanced computation.
It provides lazy evaluation between concurrently worked threads, ... |
Corn programming language
| Yes, you can. Yes, see documentation. Because there is a deadlock inside your code.
Lazy doesn't mean slowly . Lazy evaluation means evaluation on demand . ... |
Corn programming language
| Corn language was defined, created and implemented by Dariusz Jablonowski mail:
djablonowski@gmail.com somewere, between the time and dimensions... ... |
Corn Standard Libraries
| cmdline.user. This is a class of user object for command-line applications.
accepted messages:. outStream - returns standard output stream object ... |
Corn programming language
| 1. Simple program 2. First rules of programming in corn language 3. Functional
programming 4. Object-oriented programming 5. Concurrent programming ... |
Corn Standard Libraries
| yellow.struct.rbtree. A red-black tree struct is a type of AVL tree. (red-black
tree was invented by Rudolf Bayer in 1972). ... |
Corn programming language
| 1. Structure of language 2. Structure of program 3. Class names and namespaces 4.
Structure of class 5. Initialization of objects, inheritance ... |
Corn Standard Libraries
| corn.basis.array. This is a class of dual object for internal array. accepted
messages:. length - number of items of that array; get - gets object from ... |
Corn Standard Libraries
| corn.basis.integer. This is a class of dual object for internal integer.
accepted messages:. + , - , * , / , % - returns result of arithmetic instruction ... |
Corn Standard Libraries
| corn.basis.spotstring. A spotstring object is a dynamicly modified string.
accepted messages:. length - length of string; asString - returns undividable ... |