Usage of X#

This forum is meant for questions and discussions about the X# language and tools
Post Reply
Anonymous

Usage of X#

Post by Anonymous »

What is the usage of X#
User avatar
Otto
Posts: 174
Joined: Wed Sep 30, 2015 6:22 pm

Usage of X#

Post by Otto »

Your question is not very specific.

But the target of XSharp in my terms:
* To make it possible to use the dbase language syntax in the .NET environment
* open the .NET environment for more developers
* easier migration of existing source code (in a dbase dialect) to the .NET environment.

The scattered communities for the dbase dialects can be united under this endeavour.
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Usage of X#

Post by wriedmann »

Hello,

let me add something to what Otto wrote:

X# has some features that make it interesting also for non Xbase programmers:
  • X# has a powerful preprocessor. You can add functions or commands to the language, for example to build automatically viewmodel properties with NotifyPropertyChanged support - a one liner
  • X# has a runtime library with some very useful functions
  • X# comes with a built in macro-compiler
  • there is support for late binding - very flexible for data driven programming
  • the development team gives a fantastic support and is open to feature requests
  • there are plans to build a user driven class and function library that will be delivered with the product itself
  • the compiler and the runtime libraries are open source, if you subscribe to the FoX program (that includes also priority support)
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
Otto
Posts: 174
Joined: Wed Sep 30, 2015 6:22 pm

Usage of X#

Post by Otto »

Post Reply