Re: Unicode numeric value

2019-01-04 Thread Freeman Gilmore
Mark: I have been away and just getting back to email. Thank you for replying. So it looks like the library is just a lookup table. I though it was more complicated than that, reading from a Unicode data file.The hash table may be better and more portable. I could also change the numer

Re: scm file parsing

2019-01-04 Thread Roel Janssen
On 04-01-19 21:53, Hamzeh Nasajpour wrote: Hi, I have a configuration file that written based on `scm` file like as `guixSD` config.scm file. https://www.gnu.org/software/guix/manual/en/html_node/User-Accounts.html#User-Accounts I want to read/write/modify this config file in python or C/C+

Re: scm file parsing

2019-01-04 Thread John Cowan
I don't know how well it works, but https://github.com/mjsottile/sfsexp seems to be exactly what you want. Googling [s-expressions parser python] will point you to a lot of Python ones. On Fri, Jan 4, 2019 at 3:53 PM Hamzeh Nasajpour wrote: > Hi, > I have a configuration file that written based

scm file parsing

2019-01-04 Thread Hamzeh Nasajpour
Hi, I have a configuration file that written based on `scm` file like as `guixSD` config.scm file. https://www.gnu.org/software/guix/manual/en/html_node/User-Accounts.html#User-Accounts I want to read/write/modify this config file in python or C/C++. Do you know any `scm` file parsing or any ot

Re: Long command line arguments using SRFI 37

2019-01-04 Thread Amirouche Boubekki
Le 2019-01-04 19:55, Zelphir Kaltstahl a écrit : Hi Guile Users, I have a question regarding the usage of SRFI 37. Is it possible to have long arguments, which one can use as follows: guile main.scm --argument value This is what I am used to with other command line programs. It seems to me,

Long command line arguments using SRFI 37

2019-01-04 Thread Zelphir Kaltstahl
Hi Guile Users, I have a question regarding the usage of SRFI 37. Is it possible to have long arguments, which one can use as follows: guile main.scm --argument value This is what I am used to with other command line programs. It seems to me, when I use SRFI 37, I can only get it to allow the fo