Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Microsoft Small Basic

< >

Microsoft Small Basic is an open source programming language created in 2008.

#1425on PLDB 16Years Old
HomepageWikipedia

Microsoft Small Basic is a programming language and associated IDE. It is Microsoft's simplified variant of the BASIC programming language, intended as an easy programming language for beginners. The associated IDE provides a simplified programming environment with functionality such as syntax highlighting, intelligent code completion, and in-editor documentation access. Read more on Wikipedia...


Example from Wikipedia:
[SmallBasicType] public static class ExampleClass { public static Primitive Add(Primitive A, Primitive B) => A + B; public static Primitive SomeProperty { get; set; } public static Primitive Pi => (Primitive)3.14159; }

View source

- Build the next great programming language About Resources Acknowledgements Part of the World Wide Scroll