Wasabi as a web programming language

Is there any open or commercial web programming language that works just like Fog Creek Wasabi? As in this case, you write your web application in this parent language, and then compiles to php for Linux hosts and ASP.NET for Windows hosts.

+3
source share
6 answers

Genexus is a commercial development tool that does this. It can generate several other languages. It focuses on database applications; it generates database schemas and queries from the internal language.

However, I worked with this, and I do not like it. This is pretty buggy, and its programming language is very archaic.

+1
source

Haxe , , PHP ( mod_neko), ASP.

+4

, , .

; ASP.NET PHP? , , , . , , ?

+1

, , . , , ASP PHP, ( Wasabi, ).

0

, , , , .

  • FogBugz VB.
  • .
  • MS Apache PHP.

, : ", VB PHP".

, : ", , , , Microsoft VB?"

Wasabi , ( , /JavaScript ), .

. , .

0

Choose a true mature application platform such as Java. It works everywhere ...

0
source

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


All Articles