release notes:
Tested w/ Guile 2.2.7.
README excerpt:
Mixp is a Guile interface to expat, James Clark's XML Parser,
originally written by Thierry Bézecourt. This release of Mixp is
available under the terms of the GNU GPL v3 (or later); see COPYING.
It has been tested with Guile 1.4,
> While Guile does not directly provide a function to get the PID of an
arbitrary process, we could use pgrep to find what we need. -- Tim
I don't want it to depend on an external commands as the implementation
is not robust enough for my environment (this codeblock doesn't have to
be robust,
I am used to working with common lisp where i can write code that is
"implementation independent" meaning that following a specific coding
style makes it compatible across multiple interpretators/compilers
(sbcl, LispWorks, etc..)
Is there a way to do the same on GNU Guile? Like writing a code th
Hi Jacob!
You may take a look at akku.scm
You can write r7rs code and use Guile as one of the compiler alternatives.
Best regards.
On Fri, Dec 17, 2021, 09:43 Jacob Hrbek wrote:
> I am used to working with common lisp where i can write code that is
> "implementation independent" meaning that f
Looks interesting, are there any known limitations in relation to Guile?
On 12/17/21 03:53, Nala Ginrut wrote:
Hi Jacob!
You may take a look at akku.scm
You can write r7rs code and use Guile as one of the compiler alternatives.
Best regards.
On Fri, Dec 17, 2021, 09:43 Jacob Hrbek wrote:
I'm not sure about the complete incompatibles between Guile and r7rs. To my
experience, the exception handling is different from r7rs.
I think Scheme community has great progress these years, so many features
are covered by the standard, include FFI(srfi-198),
delimited-continuation(srfi-226), etc
Jacob Hrbek schreef op vr 17-12-2021 om 01:32 [+]:
> Can you elaborate? (I am a noob in guile atm)
These procedures are documented in the manual of Guile,
you could look in the source code of Shepherd and Guix
for examples. Most of these procedures are based on POSIX
functions, so you could lo