Hi,
Yesterday, Andy committed new code to the compiler, some of which concerned
skipping some arity checking.
Also, Stefan meanwhile committed something called "reworked object system"
to his python-on-guile.
Sorry for coming with unspecific information (don't have time to track down
the details
: ) Good to have an idea about how fast it is. Thank you!
On 4/23/21 5:00 PM, Mikael Djurfeldt wrote:
> Hi,
>
> Yesterday, Andy committed new code to the compiler, some of which concerned
> skipping some arity checking.
>
> Also, Stefan meanwhile committed something called "reworked object system"
Hurra!
I noticed a couple.of weeks ago that declarative modules made it possible for
me to stop using define-syntax-rule to force stupid inlining of code. The cross
module inlining branch will make that even nicer. I can write cleaner code and
get better error messages :)
Guile has been going
On 4/23/21 8:00 AM, Mikael Djurfeldt wrote:
Hi,
Yesterday, Andy committed new code to the compiler, some of which concerned
skipping some arity checking.
Also, Stefan meanwhile committed something called "reworked object system"
to his python-on-guile.
Sorry for coming with unspecific informat