Strobe is a dynamic programming langauge that gets compiled into a DIF executable.
If you find some bugs report them at Issues, so we can fix them.
#include <bioslib.str>
namespace Name
{
function Main()
{
System.Write("Hello, World!\n");
System.Exit(0);
}
}
The syntax is influenced by the following programming languages:
- C - for the pre-processor instructions and comments;
- X# - for the namespaces, functions and idea;
- C# - for the namespaces and library names;
- PHP - for the variables and functions;
Read the wiki, starting with this page.
###Do you want to support us?