Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

xsharp

xsharp - Programming language

< >

xsharp is a programming language created in 2015.

#1669on PLDB 8Years Old 0Books
0Papers

X# is an open source development language for .NET, based on the xBase language.


Example from the web:
FUNCTION start AS VOID LOCAL oErr AS OBJECT LOCAL nI AS LONG LOCAL f AS FLOAT oErr := Error{} f := Seconds() nI := 0 FOR VAR nX := 1 TO 10_000_000 IF IsInstanceOf(oErr, #Error) nI++ ENDIF NEXT ? Seconds() - f, nI f := Seconds() FOR VAR nX := 1 TO 10_000_000 IF oErr IS Error nI++ ENDIF NEXT ? Seconds() - f, nI WAIT
opengraph.html 路 xsharp.html 路 rbs.html

View source

- Build the next great programming language Search Day 216 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com