-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
146 lines (130 loc) · 6.04 KB
/
index.html
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Lamdu : Lamdu - towards the next generation IDE" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Lamdu</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/Peaker/lamdu">View on GitHub</a>
<p id="project_title"><b>Lamdu</b> is a programming language designed to be <b>useful</b> and <b>delightful</b></p>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Lamdu aims to achieve its goal by:</h3>
<p>
✅ <b>Text-like user interface</b>: A predictable user interface with rich code completions, without the possiblity of syntax errors
<hr/>
</p>
<p>
✅ <b>Responsive layout</b>: Continuous, automatic code formatting without the user needing to deal with formatting
<hr/>
</p>
<p>
<iframe class="right-vid" width="176" height="99" src="https://www.youtube.com/embed/viF1bVTOO6k" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
✅ <b>Steady Typing</b>: Harnessing the full power of rich static types, while making them friendly by employing type inference with a novel user interface for type errors
<hr/>
</p>
<p>
<iframe class="right-vid" width="176" height="99" src="https://www.youtube.com/embed/skhP6LcbRTs" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
✅ <b>Live reloading</b>: Safe continuous execution of code by differentianting pure computations from effectful processes
<hr/>
</p>
<p>
<iframe class="right-vid" width="176" height="99" src="https://www.youtube.com/embed/2yGHk9XXOBE" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
✅ <b>Internationalization (NEW!)</b>: Making the natural language of the code just a display preference
</p>
<h2>Download</h2>
<p>Version 0.8.1 (<a href="release-notes#v0.8.1">Release notes</a>):</p>
<ul>
<li>
<a href="https://github.com/lamdu/lamdu/releases/download/v0.8.1/lamdu-0.8.1-macos.zip">
macOS app
</a> (for macOS 12. For older versions download <a href="https://github.com/lamdu/lamdu/releases/download/v0.8.0/lamdu-0.8-macos.zip">Lamdu 0.8.0</a>)
</li>
<li>
<a href="https://github.com/lamdu/lamdu/releases/download/v0.8.1/lamdu-0.8.1-win-setup.exe">
Windows installer
</a>
</li>
<li>
<a href="https://github.com/lamdu/lamdu/releases/download/v0.8.1/lamdu-0.8.1-linux.tgz">
Linux executable
</a>
</li>
<li>
Or <a href="https://github.com/lamdu/lamdu/blob/master/doc/Build.md">build from source</a>
</li>
</ul>
<h2>Status</h2>
<p>
The current release is a technology preview and isn't yet recommended for production use.
Creating a programming language that isn't based on text-files is no small feat.
The goal is to create a competetive, fully-featured programming language and environment but there is still so much to be done.
</p>
<h3><a name="similar-efforts" class="anchor" href="#similar-efforts"><span class="octicon octicon-link"></span></a>Similar Efforts</h3>
<p>See the <a href="https://github.com/yairchu/awesome-structure-editors/blob/main/README.md">structure editors awesome-list</a> for a list of similar projects</p>
<h2>Contributors wanted!</h2>
<p>
Lamdu is an open-source project originally created late in 2011.
</p>
<p>
If you share our dream and want to help us realize it, join us!<br>
A good place to contact us is our <a href="https://gitter.im/lamdu/lamdu">gitter chat room</a>.
</p>
<p>
We need help in:
<ul>
<li> Programming Lamdu </li>
<li> Adding localizations </li>
<li> Improving the design of this very webpage </li>
<li> Documentation </li>
<li> <a href="https://github.com/sponsors/lamdu">Donations</a>. These could fund more progress on any of the above! </li>
</ul>
</p>
<h2>Thanks!</h2>
<p>
We wish to thank our sponsors:
<ul>
<li> Janus Troelsen </li>
<li> Cyrus Omar </li>
<li> Andrew Blinn </li>
</ul>
</p>
<p>
We also wish to thank contributors of translations:
<ul>
<li> Giovanni Zuliani for the Italian translation </li>
<li> Pablo Duboue for the the Spanish translation </li>
</ul>
</p>
And also thanks to everyone else who contributed to Lamdu, and also to those who tried it and provided feedback!
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("Lamdu");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>