forked from breck7/ohayo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding.html
37 lines (35 loc) · 1.83 KB
/
landing.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
<!doctype html>
<html>
<head>
<title>ohayo - a research IDE for tree languages.</title>
<meta name="description" content="ohayo is a research IDE for tree languages">
<style>
body {
font-family: Verdana;
max-width: 600px;
font-size: 80%;
font-weight: 100;
margin: auto;
}
</style>
</head>
<body>
<h1>ohayo!</h1>
<p>ohayo is a research prototype for a new family of programming languages called <a href="https://github.com/breck7/treeprogram">Tree Languages</a>. Tree Languages are like Lisps without parentheses.</p>
<p>Why use Tree Languages over Lisps? Tree Languages use a very simple geometric syntax that we think will make programs easier to develop, analyze and maintain at scale.</p>
<h2>get notified</h2>
<p>Tree Languages and Ohayo are very new! If you are a busy professional and want to wait until they are more stable, send an email to <a href="[email protected]">[email protected]</a>. We will send you 1 email when it's ready, and then delete your email address.</p>
<h2>try now</h2>
<p>If you are feeling adventurous, you can try the <a href="http://ohayo.computer">ohayo preview release</a>.</p>
<h2>star us on github</h2>
<p>ohayo is a mostly open source project. In addition to the <a href="https://github.com/breck7/treeprogram">Tree Notation library</a>, you can check out the <a href="https://github.com/breck7/ohayo">ohayo github repo.</a></p>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91373-34', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>