Building WPF / XAML Applications in Nemerle

What is the process for creating WPF applications in languages โ€‹โ€‹other than C # / VB specifically for Nemerle? Are there any command line tools that can compile XAML and embed it in an assembly?

Are there any command line tools for using .NET languages โ€‹โ€‹other than C # / VB with WPF so that I can manually compile XAML itself without having to go through the IDE? For example, if I wrote a WPF application, say Nemerle, how would you use Nemerle as the code language for WPF?

+4
source share
2 answers

For nemerle, there is no XAML support for Visual Studio yet.

+1
source

F # and WPF have support in Visual Studion, for example: F # WPF Form - the basics or Learn WPF with F # or just Google "F # WPF" . Example for Boo: Boo and WPF

+1
source

Source: https://habr.com/ru/post/1387291/


All Articles