Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HeronErin authored May 8, 2024
2 parents dde2d3d + 0fb290f commit 5717815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ Examples [exist](examples) but are small tidbits meant to facilitate parser test
3. [Lexical](spec/lexical.md)

Fern is planned to be able to, as well as natively compile, compile into CIL which may be interpreted directly as if Fern were C# and the standard library is likely to incorporate a more fully fleshed out rendition of [Godwit](https://github.com/cetio/godwit) to enable full seamless integration and interop with .NET languages.

The language is heavily based on D, with elements from C# and Rust, but it drastically varies both on the backend and frontend from such languages. Although it is intended for inexperienced developers to be able to use the language, such differences in the language may be confusing without a programming background and it is recommended to have learned at least one language prior.

For more information on the language just read the spec 🥺🥺

0 comments on commit 5717815

Please sign in to comment.