Re: How do you earn money with Guile?

2016-06-26 Thread Arne Babenhauserheide
Hi Jean, Jean Crépeau writes: > I used to work at a company called Avant! in California. Avant! was > selling software (Apollo II and later Astro) which used an older version > of guile (1.2 or 1.4, I can't remember which) that had been customized > for the tool. Avant! made hundreds of millions

Re: Transient environment with standard functions

2016-06-26 Thread Amirouche Boubekki
On 2016-06-12 02:51, Basa Centro wrote: I myself have contemplated using an implicit modeling backend with Sussman et al's. propagator concept to do the constraint solving, but that is a ways off I am afraid. Why do you think Sussman et al's. propagator don't solve OP problem?

Re: on bootstrapping: introducing Mes

2016-06-26 Thread Amirouche Boubekki
On 2016-06-19 13:08, Jan Nieuwenhuizen wrote: Hi, I have a minimal LISP-1.5-resembling interpreter in C that now can also interpret itself https://gitlab.com/janneke/mes It was inspired by the seemingly often ignored bootstrapping question made so painfully visible by GuixSD and by OriansJ

Somewhat relational database using wiredtiger (and else)

2016-06-26 Thread Amirouche Boubekki
Héllo all, # Click bait I've written an article trying to explicit a workflow similar to the one used in RDBMS. It's very natural to do this in wiredtiger even if you lake the high level abstractions of a SQL DSL. Through a few procedures I explain that it's a simple to: - Define tables with si

How to install guile using local libraries

2016-06-26 Thread Jakub Jankiewicz
Hi, I want to install guile locally to /home/me/lib, but when I've run: ./configure I got error: configure: error: GNU MP 4.1 or greater not found, see README so I've installed GNU MP locally using: ./configure --prefix=/home/me/ make make install and it created this files in