| Author |
scheme as a script engine
|
|
|
| I am fooling around a bit with an idea of using Scheme as the script
engine for a personal database manager. The idea is for it to be a bit
similair to M$ Access Database but instead being able to run completly
in console mode and use Scheme for easy setup of database structure and
control as well as providing a way to customize entry forms.
Unforunately I am not a Scheme guru but I like it's slimmed language
and think it could suite the purpose. Now for me to get more ideas I am
looking for other software that uses Scheme for similair things. And so
far I have found Gimp and Emacs (of course) but do you know any other
projects out there?
Cheers,
juman
| |
| Michael Sperber 2004-05-12, 9:12 pm |
| >>>>> "juman" == juman <juman@jumans.net> writes:
juman> I am fooling around a bit with an idea of using Scheme as the script
juman> engine for a personal database manager. The idea is for it to be a bit
juman> similair to M$ Access Database but instead being able to run completly
juman> in console mode and use Scheme for easy setup of database structure and
juman> control as well as providing a way to customize entry forms.
juman> Unforunately I am not a Scheme guru but I like it's slimmed language
juman> and think it could suite the purpose. Now for me to get more ideas I am
juman> looking for other software that uses Scheme for similair things. And so
juman> far I have found Gimp and Emacs (of course) but do you know any other
juman> projects out there?
scsh
http://www.scsh.net/
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
| |
| taltman@noshpam.lbl.government 2004-05-12, 9:12 pm |
| Check out GnuCash:
www.gnucash.org
~T
juman <juman@jumans.net> writes:
> I am fooling around a bit with an idea of using Scheme as the script
> engine for a personal database manager. The idea is for it to be a bit
> similair to M$ Access Database but instead being able to run completly
> in console mode and use Scheme for easy setup of database structure and
> control as well as providing a way to customize entry forms.
> Unforunately I am not a Scheme guru but I like it's slimmed language
> and think it could suite the purpose. Now for me to get more ideas I am
> looking for other software that uses Scheme for similair things. And so
> far I have found Gimp and Emacs (of course) but do you know any other
> projects out there?
>
> Cheers,
>
> juman
--
()
| |
| Andreas Bernauer 2004-05-12, 9:12 pm |
| juman wrote:
> Now for me to get more ideas I am
> looking for other software that uses Scheme for similair things. And so
> far I have found Gimp and Emacs (of course) but do you know any other
> projects out there?
Texmacs
http://www.texmacs.org/
Andreas.
| |
| Sergey Khorev 2004-05-12, 9:13 pm |
| > Unforunately I am not a Scheme guru but I like it's slimmed language
> and think it could suite the purpose. Now for me to get more ideas I am
> looking for other software that uses Scheme for similair things. And so
> far I have found Gimp and Emacs (of course) but do you know any other
> projects out there?
The Scheme slimness and clarity inspired me too. I have embedded
MzScheme in the Vim editor :) http://iamphet.nm.ru/scheme
| |
| Jan Alleman 2004-05-14, 12:32 pm |
| >>>>> "Sergey" == Sergey Khorev <iamphet@nm.ru> writes:
[color=darkred]
Sergey> The Scheme slimness and clarity inspired me too. I have embedded
Sergey> MzScheme in the Vim editor :) http://iamphet.nm.ru/scheme
Excellent! The next step is to build an emacs mode in vi. How about it?
| |
| Sergey Khorev 2004-05-17, 7:31 am |
| > Excellent! The next step is to build an emacs mode in vi. How about it?
I have left it for others as an exercise ;)))
|
|
|
|