Github messages for voidlinux
 help / color / mirror / Atom feed
From: silvernode <silvernode@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] Package Request: openeuphoria
Date: Sun, 17 Apr 2022 13:35:11 +0200	[thread overview]
Message-ID: <20220417113511.gDBm_N5crcSdtBrSuI6LqDnC1WaCXJjhxCm2BkEGK6c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-8570@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1856 bytes --]

Closed issue by silvernode on void-packages repository

https://github.com/void-linux/void-packages/issues/8570

Description:
# OpenEuphoria [![](https://openeuphoria.org/logos/80x84-mongoose-color-lite.png)](https://openeuphoria.org)
Here's a pretty obscure programming language that no other distribution has (to my knowledge). It's a pretty old language (1993) that has gained a niche following since it became open source over a decade ago. I tried packaging it a few years back and gave up after a week of trying. I thought it would be neat to have it in the repos and maybe it will get a few users that way. 

### Features:  

* General purpose
* Generate C code
* Extensive SFML support
* Extensive Gtk support
* Native IDE
* An active friendly community
* Easy to learn syntax
* Procedural
* Performance focused 
* 4 data types

### Code Example:
**_FizzBuzz_**
```
include std/console.e  
integer a = 3  
integer b = 5  
integer c = 100  
  
for i = 1 to c do   
	if    remainder(i,a * b) = 0 then display("FizzBuzz")  
	elsif remainder(i,a) = 0     then display("Fizz")  
	elsif remainder(i,b) = 0     then display("Buzz")  
	else                              display(i)  
	end if  
end for
```
### Stats:

**Current Release Version:** 4.0.5 (2012)
**Current Beta Version:** 4.1.0 (available on sourceforge)
**Last Github Commit:** Oct 22, 2018
### Links:
[Official Website](https://openeuphoria.org/)
[Wikipedia](https://en.wikipedia.org/wiki/Euphoria_(programming_language))
[Github](https://github.com/OpenEuphoria/euphoria)
[SourceForge (seems deprecated)](https://sourceforge.net/projects/rapideuphoria/)
[License](https://github.com/OpenEuphoria/euphoria/blob/master/License.txt)

### Notes:
You may have to build 4.1.0 from sourceforge (or pull from master on github) since 4.0.5 is very old. 

           reply	other threads:[~2022-04-17 11:35 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-8570@inbox.vuxu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220417113511.gDBm_N5crcSdtBrSuI6LqDnC1WaCXJjhxCm2BkEGK6c@z \
    --to=silvernode@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).