Calendar - for "REAL" programmers: Difference between revisions

Line 1,548:
 
=={{header|Julia}}==
Julia code is a valid data type in Julia. Executable code can be created from a String with Meta.parse() and run with eval.
This example does require a small function with Julia's lowercase keywords, perhaps loaded on startup from a separate file.
<lang julia>
# IF THIS SMALL FUNCTION IS PLACED IN THE STARTUP.JL
4,102

edits