chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] [ANN] New egg: sass (CSS preprocessor library)


From: Matt Gushee
Subject: [Chicken-users] [ANN] New egg: sass (CSS preprocessor library)
Date: Wed, 13 May 2015 03:05:23 -0600

Hello, chickeneers--

I am proud to announce the first release of the sass egg. This is a wrapper for libsass [http://libsass.org], which is the C/C++ library version of the Sass CSS preprocessor.

At present, this egg is very low-level - it's mostly just a straight translation of the C API into Scheme. I expect that as I become more familiar with the library I will be adding a more Scheme-idiomatic high-level layer.

There is also a test suite, adapted from sass-spec [https://github.com/sass/sass-spec]. Currently, 962 out of the 995 test cases pass; I have not yet investigated the causes of the failures, but I believe most of them are probably due to upstream bugs.

Check it out and let me know what you think!

Mario, or whoever is maintaining the egg directory these days: the code is hosted at https://github.com/mgushee/chicken-sass ; the meta files, including sass.release-info, are all there, so it should be ready to go. I've also posted an egg doc at https://wiki.call-cc.org/eggref/4/sass

Best regards to all,
Matt Gushee

reply via email to

[Prev in Thread] Current Thread [Next in Thread]