I am trying to get a macro to expand at compile time using eval-when, but it’s
not giving me what I expect:
(eval-when (expand) (make-regexp pat)) …
gets expanded to:
(if #f #f)
I would like to see something like
#
Any help would be appreciated. — Matt
I get the sam
> On Feb 6, 2016, at 11:13 AM, Matt Wette wrote:
>
> I have always missed the ease provided by Perl in throwing a string at a list
> of regular expressions. I have thought it would be nice if the (ice-9
> regex) module would provide something comparable . So I started work on a
> macro “r
Hi,
I will take on to introduce attributed variables (see swi prolog) to
minikanren. My hypothesis is that apart from the pure logical
constructs conde fresh and == all defined predicates can be constructed
with the attribute framework with no need to add extra stacks.
The idea is to maintain onl
:)
2016-02-09 19:41 GMT+01:00 Lawrence Bottorff :
> Good, good.
>
>
>> 3. I'm not quite convinced whether \texttt{equivalence-classes} should
>> be replaced with \textit{equivalence-classes}. If we actually decide
>> to do so, I think it would be better to replace it as
>> \textit{equivalence cla
Ludovic Courtès writes:
> Hello Guilers!
>
> As you may know, it’s that time of the year where we are all invited to
> prepare dishes and to bring them to the Guile birthday potluck. This
> has become a tradition to celebrate the release of Guile 2, which took
> place on Feb. 16th¹, 5 years ago!
<#secure method=pgpmime mode=sign>
GNU Artanis is a web application framework(WAF) written in Guile Scheme.
The main site of GNU Artanis is here. A web application framework (WAF)
is a software framework that is designed to support the development of
dynamic websites, web applications, web service
Hello Guilers!
As you may know, it’s that time of the year where we are all invited to
prepare dishes and to bring them to the Guile birthday potluck. This
has become a tradition to celebrate the release of Guile 2, which took
place on Feb. 16th¹, 5 years ago!
So the idea is that you hack up som