Measures Concepts
GitHub icon

xsharp

xsharp - Programming language

< >

xsharp is a programming language created in 2015.

#1731on PLDB 9Years Old

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

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout