MiniD
MiniD is an actively used programming language created in 2006. The MiniD (has been renamed Croc) programming language is a small, lightweight, extension language in the vein of Lua or Squirrel, but designed to be used mainly with the D programming language. It supports both object-oriented and imperative programming paradigms, as well as some simple functional aspects. Distributed under the licence of zlib/libpng, MiniD is free software.. Read more on Wikipedia...
13Years Old | 25Users | 0Jobs |
- MiniD ranks in the top 10% of languages
- the MiniD website
- the MiniD wikipedia page
- MiniD first appeared in 2006
- file extensions for MiniD include minid
- See also: d, lua, squirrel, python, io, ecmascript, c
- I have 39 facts about MiniD. what would you like to know? email me and let me know how I can help.
Example code from Wikipedia:
function first(x: array|string) = x[0] writeln(first([1, 2, 3])) // prints 1 writeln(first("hello")) // prints h writeln(first(45)) // error, invalid parameter type 'int'
Trending Repos
repo | stars | description |
---|
Last updated December 4th, 2019