Skip to content

leinadlime/ohayo

 
 

Repository files navigation

Ohayo

Ohayo is a tool for building programs in Tree Languages. This is a preview release. A reliable release will ship in late 2017. We don't recommend Ohayo yet, unless you are a computer scientist or programming language researcher interested in exploring Tree Languages more.

Tree Languages

Ohayo is the first editor for a newly discovered family of programming languages called Tree Languages. These languages use a new universal syntax called Tree Notation.

Tree Languages don't have parentheses, quotes, semicolons, brackets, et cetera. Tree Languages just use geometry (whitespace) to give your programs structure. The technical explanation is that Tree Languages extend Tree Notation, a newly discovered universal syntax, and that they use Tree Grammars and not BNF Grammars.

Tree Languages are magical. Although much simpler than traditional languages, they can do everything that existing languages can do but with fewer parts and in a cleaner and more organized way. Programs written in Tree Languages can be easily visualized and analyzed. They can also be easily coauthored with neural nets, so you can write better programs faster.

You can try ohayo at https://ohayo.computer or download Ohayo on GitHub.

Warning - There are frequent breaking changes and bugs!

This is a preview release and we are constantly learning new best practices with Tree Languages. Breaking changes occur weekly.

There are also bugs.

By using Ohayo, and providing feedback to us, you can help us make Ohayo better.

How to Give Feedback

Open an issue or sent feedback to [email protected]

Copyright & License

Copyright (C) 2017 Breck Yunits - Released under the MIT License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Ohayo is a research IDE for Tree Languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.6%
  • HTML 7.4%