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

xsharp

< >

xsharp is a programming language created in 2015.

#3721on PLDB 9Years Old
Homepage

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

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

Built with Scroll v144.0.0