question about plans

Community Forums/Monkey2 Talk/question about plans

k.o.g.(Posted 2016) [#1]
Hi mark

theres so many threads, is it not possible to make an thread sticky, which things you planned to implement?

here are some ideas of mine:

get preprocessor variables value
#TEST = "Hello World"
local var:String = "Var: ~q${TEST}~q"
print(var)

would output: Var: "Hello World"

make some helpful preprocessor variables lilke:
- DATE
- LINE
- FILE

generic support:
- have you planed to implement the "where" functionality? https://msdn.microsoft.com/en-us/library/bb384067.aspx

have you heard about "extension method" in c#? http://www.dotnetperls.com/extension
this is really cool to extend Monkey String class etc.

Thanks for you great work!


Danilo(Posted 2016) [#2]
Were named arguments already mentioned (can't remember, too many discussions)?