Skip to content

Commit 1b0e70b

Browse files
Update README.md
1 parent 44d5115 commit 1b0e70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ A minimal, performant, strongly-typed, and multi-paradigmn programming language
1212
* Type arguments aren't constrained to be reference/allocation types like Java - they can also be primitives.
1313
* Type parameters also support type requirements, somewhat like interfaces.
1414
* Supports sum-types
15-
* Clean error handling, unlike go.
15+
* Clean error handling, unlike go. Requires succesful results to be unwrapped, providing a concise layer of error handling.
1616
* Support for first class functions.
1717
* First class functions are inbuilt in the syntax and overall design as well - there isn't a million ways you can define a function.
1818
* Structured programming, with some OOP features like inheritance.
1919
* The linking process is done automatically - there's no need for C-like forward declarations.
2020
* While casting is done automatically from derived types to their super type, downcasting is not allowed.
21-
* Interoperability with other C languages, and **C#**.
21+
* Interoperability with other C and **C#**.
2222
* See [this related project](https://github.com/TheRealMichaelWang/superforthcsharp) for details.
2323

2424
## Important Links

0 commit comments

Comments
 (0)