Help to choose a library name

Hi community, I'm writing a reactive programming library (yet another). I need it for the game Nomyx, but couldn't find the features I wanted from the existing libraries. Now the library is called Nomyx-Events. But I'd like to find a cool name that is not related to Nomyx... Some propositions: - Nomev - Noa Some French names: - Imprevu (French for unforseen, like in "unforseen event"). - Rendez-vous - Dejavu I like a lot Imprevu. How does it sound to English native speakers? Thanks

Hi, Am Montag, den 27.06.2016, 09:38 +0200 schrieb Corentin Dupont:
I need it for the game Nomyx, but couldn't find the features I wanted from the existing libraries.
any chance to extend existing libraries to support what you need? Library proliferation does not really help the ecosystem. Greetings, Joachim -- Joachim “nomeata” Breitner mail@joachim-breitner.de • https://www.joachim-breitner.de/ XMPP: nomeata@joachim-breitner.de • OpenPGP-Key: 0xF0FBF51F Debian Developer: nomeata@debian.org

Hi Joachim,
I agree... I looked hard at them :)
https://wiki.haskell.org/Functional_Reactive_Programming
I need a library with a DSL able to create forms on the fly, in a "demand
driven" way.
I.e. if at some point in time the user program needs a boolean from the
user, a radio button will be created on the screen of that user. The
objective is to retrieve the boolean, creating the form is just a way to do
that. Complex forms can be created, capable of generating full ADTs. The
styling of the form is not important.
Other requirements:
- it should be possible to run the event DSL in a monad different from IO.
- the event DSL need to be instance of Alternative: events can be put in
concurrence, the first to fire wins.
On Mon, Jun 27, 2016 at 10:25 AM, Joachim Breitner wrote: Hi, Am Montag, den 27.06.2016, 09:38 +0200 schrieb Corentin Dupont: I need it for the game Nomyx, but couldn't find the features I wanted
from the existing libraries. any chance to extend existing libraries to support what you need?
Library proliferation does not really help the ecosystem. Greetings,
Joachim
-- Joachim “nomeata” Breitner
mail@joachim-breitner.de • https://www.joachim-breitner.de/
XMPP: nomeata@joachim-breitner.de • OpenPGP-Key: 0xF0FBF51F
Debian Developer: nomeata@debian.org
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.

Rendez-vous sounds great
2016-06-27 9:38 GMT+02:00 Corentin Dupont
Hi community, I'm writing a reactive programming library (yet another). I need it for the game Nomyx, but couldn't find the features I wanted from the existing libraries. Now the library is called Nomyx-Events. But I'd like to find a cool name that is not related to Nomyx... Some propositions: - Nomev - Noa Some French names: - Imprevu (French for unforseen, like in "unforseen event"). - Rendez-vous - Dejavu
I like a lot Imprevu. How does it sound to English native speakers?
Thanks
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
-- Alberto.
participants (3)
-
Alberto G. Corona
-
Corentin Dupont
-
Joachim Breitner