The Om Programming Language
om-language.com
The Om Programming Language
1–10 of 119 posts
Re: The Om Programming Language
#2Re: The Om Programming Language
#3Re: The Om Programming Language
#4[flagged]
Re: The Om Programming Language
#5[flagged]
The old page had a built-in sandbox. Go used to have a more "Front and center" sandbox too but at least it's there if you scroll down https://go.dev/
Re: The Om Programming Language
#6Re: The Om Programming Language
#7[flagged]
I am always kind of surprised when I go to a landing page for a language and there isn't any actual code. This is one of my biggest complaints about the rust language page, it feels crazy to me that there's no code and I think this is just a ridiculous choice (and I know this has been brought up before). The old page had a built-in sandbox. Go used to have a more "Front and center" sandbox too but at least it's there…
So, you're not surprised that this Om page has an extensive section called "Examples", right? https://www.om-language.com/#language__examples__
Re: The Om Programming Language
#8[flagged]
Yeah show me the 5-line HTTP server
complete. Although the intent is to develop it into a full-featured language, the software is currently at a very early "proof of concept" stage, requiring the addition of many operations (such as basic number and file operations) and optimizations before it can be considered useful for any real-world purpose. It has been made available in order to demonstrate the underlying concepts and welcome others to get involved in early development."
Re: The Om Programming Language
#9[flagged]
I am always kind of surprised when I go to a landing page for a language and there isn't any actual code. This is one of my biggest complaints about the rust language page, it feels crazy to me that there's no code and I think this is just a ridiculous choice (and I know this has been brought up before). The old page had a built-in sandbox. Go used to have a more "Front and center" sandbox too but at least it's there…
It concludes by implementing a fold:
define
{
[Fold]