1. Standard Library
- Posted by c.k.lester <euphoric at cklester.com>
Jan 09, 2007
-
Last edited Jan 10, 2007
Is there a standard library(ies) for Euphoria? What are they? Where are they?
I wouldn't mind going over my old code (currently in use) and revising to fit.
2. Re: Standard Library
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com>
Jan 09, 2007
-
Last edited Jan 10, 2007
c.k.lester wrote:
>
> Is there a standard library(ies) for Euphoria? What are they? Where are they?
>
> I wouldn't mind going over my old code (currently in use) and revising to fit.
Yes. See $EUDIR/include
:P
Matt
3. Re: Standard Library
- Posted by c.k.lester <euphoric at cklester.com>
Jan 09, 2007
-
Last edited Jan 10, 2007
Matt Lewis wrote:
> c.k.lester wrote:
> > Is there a standard library(ies) for Euphoria? What are they? Where are
> > they?
> > I wouldn't mind going over my old code (currently in use) and revising to
> > fit.
> Yes. See $EUDIR/include
HAHAHAAAAA! :P
...BESIDES the standard library that comes with Euphoria.
4. Re: Standard Library
- Posted by Chris Bensler <bensler at nt.net>
Jan 09, 2007
-
Last edited Jan 10, 2007
c.k.lester wrote:
>
> Is there a standard library(ies) for Euphoria? What are they? Where are they?
>
> I wouldn't mind going over my old code (currently in use) and revising to fit.
Are you serious or are you just poking a dying topic? :P
I'm working on a set of standardized libraries. Search back, just before Xmas I
beleive.
Chris Bensler
~ The difference between ordinary and extraordinary is that little extra ~
http://empire.iwireweb.com - Empire for Euphoria
5. Re: Standard Library
- Posted by cklester <cklester at yahoo.com>
Jan 09, 2007
-
Last edited Jan 10, 2007
Chris Bensler wrote:
> c.k.lester wrote:
> > Is there a standard library(ies) for Euphoria? What are they? Where are
> > they?
> > I wouldn't mind going over my old code (currently in use) and revising to
> > fit.
> Are you serious or are you just poking a dying topic? :P
> I'm working on a set of standardized libraries. Search back, just before Xmas
> I beleive.
No, I'm serious. There are actually several replacements or enhancements to
the current standard library of includes. I was wondering if any of those
are to the point of being release candidates... or at most beta.
-=ck
"Programming in a state of Euphoria."
http://www.cklester.com/euphoria/
6. Re: Standard Library
- Posted by Chris Bensler <bensler at nt.net>
Jan 09, 2007
-
Last edited Jan 10, 2007
cklester wrote:
>
> Chris Bensler wrote:
> > c.k.lester wrote:
> > > Is there a standard library(ies) for Euphoria? What are they? Where are
> > > they?
> > > I wouldn't mind going over my old code (currently in use) and revising to
> > > fit.
> > Are you serious or are you just poking a dying topic? :P
> > I'm working on a set of standardized libraries. Search back, just before
> > Xmas
> > I beleive.
>
> No, I'm serious. There are actually several replacements or enhancements to
> the current standard library of includes. I was wondering if any of those
> are to the point of being release candidates... or at most beta.
The only one that I know of is ESP, and afaik it's not at that point, although
it is fairly developed.
It's on sourceforge.
I beleive the project was abandoned though. At least stagnated.
Chris Bensler
~ The difference between ordinary and extraordinary is that little extra ~
http://empire.iwireweb.com - Empire for Euphoria
7. Re: Standard Library
Chris Bensler wrote:
> cklester wrote:
> > No, I'm serious. There are actually several replacements or enhancements to
> > the current standard library of includes. I was wondering if any of those
> > are to the point of being release candidates... or at most beta.
> The only one that I know of is ESP, and afaik it's not at that point, although
> it is fairly developed.
> It's on sourceforge.
> I beleive the project was abandoned though. At least stagnated.
Then it doesn't qualify... :)
-=ck
"Programming in a state of Euphoria."
http://www.cklester.com/euphoria/
8. Re: Standard Library
Yeah, the ESL doesn't really qualify. It kind of petered out.
You might check out Chris Bensler's Empire libs if they are available. I know
that I haven't, but...
I know you have been in the community for a long time and are probably familiar
with what is in the archive. Unfortunately none of it is "standard", even though
part of defining a Euphoria Standard Library was supposed to identify existing
libs that should be standard.
Sorry to say but you will just have to search the archives yourself for the
functionality that you need. There's quite a bit that is there and quite a bit
that isn't.
--
"Any programming problem can be solved by adding a level of indirection."
--anonymous
"Any performance problem can be solved by removing a level of indirection."
--M. Haertel
"Premature optimization is the root of all evil in programming."
--C.A.R. Hoare
j.
9. Re: Standard Library
cklester wrote:
>
> Chris Bensler wrote:
> > c.k.lester wrote:
> > > Is there a standard library(ies) for Euphoria? What are they? Where are
> > > they?
> > > I wouldn't mind going over my old code (currently in use) and revising to
> > > fit.
> > Are you serious or are you just poking a dying topic? :P
> > I'm working on a set of standardized libraries. Search back, just before
> > Xmas
> > I beleive.
>
> No, I'm serious. There are actually several replacements or enhancements to
> the current standard library of includes. I was wondering if any of those
> are to the point of being release candidates... or at most beta.
>
> -=ck
> "Programming in a state of Euphoria."
> <a
> href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a>
You can visit http://oedoc.free.fr/Fichiers/ESL/ for a few files meant to
complement the current standard library set. Because of the strong
possibility of new features coming into Eu which may make some of them obsolete
within a short time, I didn't release the individual files yet -and the ESL
is no longer an active project AFAIK). I'd need to edit the files and remove
references to ESL before releasing them anyway.
CChris