FoxH's Programming Language Project (known as FoxL).
This programming language (FoxL) was created, expect to be a high-level prgramming language desktop application developing language that's ease to use for web-developer. Might release the next year.
FoxL is for application developing, rather than web. But I hopes you'll find it suit yourself.
This project have been transfered from Sharp Fox to FoxH. We still include Sharp Fox's name in the License, but it'll be gone soon enough.
The current latest version of FoxL is FoxL v0.0.3.
Oh well, you just need to first download the interpreter of FoxL, which is the FoxL.exe you may find in the release section.
After that, if you're on Windows, you're going use the command prompt like the following:
<foxl_interpreter_path> <your_file>.foxlAnd as if you're wondering, where's the other operating systems? Well, FoxL didn't support other operating system untill we drop it's first release.
Here's a simple program written in FoxL to show you how it works:
write("Hello, world!");
Yeah, it's just that, you could figure the rest out yourself.
Fortunately, there's a FoxL syntax highlighter available on the Visual Studio Code Extension Marketplace. You'll need it if you really want to code using FoxL
Programmer - FoxH
Idea - FoxH
Update/bug fixing - FoxH
See LICENSE