Skip to content

3wayHimself/strobe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

The Strobe Programming Langauge

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;

How do i get started?

Read the wiki, starting with this page.

Currently Working On:

Loops and Comparations

Extended Math Operations

C++ Runtime

###Do you want to support us?

Contribute!

About

The Strobe Programming Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 95.0%
  • C++ 5.0%