-
**Project description**
Beef is a programming language with a C# inspired syntax, but fully statically compiled and with manual memory management.
The package would contain BeefBuild (the compiler…
-
Rewriting/Porting NF again since Beeflang is a very niche and new language and less people know it. I'm concerned that it might be abandoned if the main developer stops working on it. Also, people are…
-
https://github.com/beefytech/Beef_website/blob/master/beef-lang.org/content/language-guide/datatypes/attributes.md#method-attributes
title says all.
-
Examples:
* Spaceship: `x y` result is y
* Null-coalescing: `x ?? y` results in x if it is non-null, otherwise results in y
* `x?.field` results in `x.field` if `x` is not-`null`, otherwise res…
-
### Is there an existing issue for this?
- [x] I have searched the existing open and closed issues
### Is your feature request related to a problem? Please describe
Many multilanguage releases don'…
-
By the time the actual table comes around, we've subjected users to
- too many acronyms
- links to "optional" readings
The table itself lacks
- usable definitions for each field
- calls to action
![…
-
When trying to build on Ubuntu 18.04 64bits I was getting errors trying to link with `libffi`:
```
Building BeefBuild_bootd
[ ]**********…
-
I was wondering if we could at least discuss what would be required to implement beef as a "compiler as a service" and if anyone has experience with this in vscode so we could track what needs to be d…
-
Bottled Water's current JSON encoding (`--output-format=json`) is as per the [Avro JSON encoding spec](https://avro.apache.org/docs/1.8.0/spec.html#json_encoding), which encodes binary data as a JSON …
-
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-statement
```
string manyLines=@"This is line one
This is line two
Here is line three
The penultimate line is li…