[Chicken-users] ANN: [geiser] Version 0.8

2015-10-12 Thread Dan Leslie

A great many bugs in the Chicken Scheme support have been addressed;
many thanks to the users who reported issues!

Also, completions are, on average, much faster for REPLs with very large
environments. It could be faster, but it would require modifying the
apropos egg to bypass the use of regular expressions, it seems.

Enjoy! And please do keep filing issues.

-Dan

jao  writes:

> Improved features:
>
>   - Lots of improvements to Chicken support, by Dan Leslie.
>   - Better interoperability with xscheme.
>   - Much better performance for long lists of completions or
> evaluated values.
>   - Better highlighting and indentation rules, by Alex Kost and Dan
> Leslie.
>   - Make completion work for quoted symbols.
>
> Bug fixes:
>
>   - geiser-connect-local working again.
>  
>
> ---
> View it on GitHub:
> https://github.com/jaor/geiser/releases/tag/0.8

-- 
-Dan Leslie

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] ANN: [geiser] Version 0.8

2015-10-12 Thread Kon Lovett

> On Oct 12, 2015, at 8:39 AM, Dan Leslie  wrote:
> 
> 
> A great many bugs in the Chicken Scheme support have been addressed;
> many thanks to the users who reported issues!
> 
> Also, completions are, on average, much faster for REPLs with very large
> environments. It could be faster, but it would require modifying the
> apropos egg to bypass the use of regular expressions, it seems.

I was unaware ‘apropos’ was a bottleneck.

So you want an API (& I assume csi command extension) to state literal 
interpretation of the string, rather than as a pattern.

> 
> Enjoy! And please do keep filing issues.
> 
> -Dan
> 
> jao  writes:
> 
>> Improved features:
>> 
>>  - Lots of improvements to Chicken support, by Dan Leslie.
>>  - Better interoperability with xscheme.
>>  - Much better performance for long lists of completions or
>>evaluated values.
>>  - Better highlighting and indentation rules, by Alex Kost and Dan
>>Leslie.
>>  - Make completion work for quoted symbols.
>> 
>> Bug fixes:
>> 
>>  - geiser-connect-local working again.
>> 
>> 
>> ---
>> View it on GitHub:
>> https://github.com/jaor/geiser/releases/tag/0.8
> 
> -- 
> -Dan Leslie
> 
> ___
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] ANN: [geiser] Version 0.8

2015-10-12 Thread Dan Leslie

Kon Lovett  writes:

> I was unaware ‘apropos’ was a bottleneck.
>
> So you want an API (& I assume csi command extension) to state literal 
> interpretation of the string, rather than as a pattern.

My apologies; I ought to have reached out earlier. Yes, an API to do
such would be helpful; csi extensions are no longer used in the Chicken
Geiser implementation.

-- 
-Dan Leslie

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users