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
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+
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
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
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,
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