-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
51 lines (40 loc) · 2.62 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Beef Documentation on Beef Language</title>
<link>http://beef-lang.org/</link>
<description>Recent content in Beef Documentation on Beef Language</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="http://beef-lang.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title></title>
<link>http://beef-lang.org/_footer/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://beef-lang.org/_footer/</guid>
<description>Footer!</description>
</item>
<item>
<title>Debugger</title>
<link>http://beef-lang.org/ide/debugger/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://beef-lang.org/ide/debugger/</guid>
<description>Debugger</description>
</item>
<item>
<title>Install</title>
<link>http://beef-lang.org/getting-start/installation/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://beef-lang.org/getting-start/installation/</guid>
<description>Install</description>
</item>
<item>
<title>The Basics</title>
<link>http://beef-lang.org/language-guide/basics/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://beef-lang.org/language-guide/basics/</guid>
<description>Beef is a new programming language.
Design goals High performance execution No GC or ref counting overhead Minimal runtime Control over memory Extensive support for custom allocators Enchanced control over stack memory Low-friction interop with C and C++ Statically or dynamically link to normal C/C++ libraries Support for C/C++ structure layouts and calling conventions Leverage LLVM infrastructure Battle-hardened backend optimizer ThinLTO link time optimization support Enable fluid iterative development Fast incremental compilation and linking Runtime code compilation, including data layout changes Familiar syntax and programming paradigms Good Debugability Emits standard debug information (PDB/DWARF) Emphasis on good execution speed of debug builds Well-suite to IDE-based workflow Compiler as a service Fast and correct autocomplete results Fast and trustworthy refactorability (ie: renaming symbols) Optional interface conformance in extensions Default interface methods Expression blocks &lsquo;Self&rsquo; First-class functions (?</description>
</item>
</channel>
</rss>