Hello Guile users,
I was looking for an assert facility in Guile and found the following:
https://www.gnu.org/software/guile/manual/html_node/rnrs-base.html#rnrs-base
(Search for assert there to find it on the page.)
However, while searching, I also found something that looks even better:
http
On Mon, Apr 22, 2019 at 08:57:32PM +0200, Zelphir Kaltstahl wrote:
> Hello Guile users,
>
> I was looking for an assert facility in Guile and found the following:
>
> https://www.gnu.org/software/guile/manual/html_node/rnrs-base.html#rnrs-base
>
> (Search for assert there to find it on the page.
Hi Mike,
Thank you for sharing your assert version. I am more focused on finding
out, whether the assert macro fromĀ Oleg Kiselyov's page is already in
Guile somewhere (and thus in the standard and usable without installing
libs or putting more code unrelated to other stuff inside an example
proje
Hi Zelphir,
Zelphir Kaltstahl writes:
> I was looking for an assert facility in Guile and found the following:
>
> https://www.gnu.org/software/guile/manual/html_node/rnrs-base.html#rnrs-base
>
> (Search for assert there to find it on the page.)
>
> However, while searching, I also found somethi