Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Ubercode

< >

Ubercode is a programming language created in 2005.

#2944on PLDB 19Years Old
Wikipedia

Ubercode is a high level programming language designed by Ubercode Software and released in 2005 for Microsoft Windows. Ubercode is influenced by Eiffel and BASIC. It is commercial software and can be tried out for free for 30 days. Read more on Wikipedia...


Example from hello-world:
Ubercode 1 class HelloWorld public function Main() code call Msgbox("Hello World", "My first program", "OK") end function end class
Example from Wikipedia:
Ubercode 1 class PrePost function IntToStr(in mystr:string[*] out value:integer) precond IsDigitStr(mystr) code call Val(mystr, value) end function public function main() code call Msgbox("OOP example", "IntToStr(10) = " + IntToStr("10")) end function end class

Language features

Feature Supported Example Token
Strings ✓ "Hello world" "

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0