Coder Social home page Coder Social logo

Comments (5)

hanshuebner avatar hanshuebner commented on June 3, 2024

From a maintainer's perspective, I would like to see cl-unicode dispatch to SBCL internal functions when they're available. Obviously, it is important that the semantics of the two implementations match, but given the narrow nature of cl-unicode's functionality, this should not be too hard to achieve.

One area where semantic differences have prevented such merges with other libraries in the past is error reporting and performance requirements. For example, flexi-streams is relatively slow, but handles errors gracefully and attempts to deal with encoding problems in a manner that allows restarts. This made merging flexi-streams with implementation-supplied encoding functionality undesireable, as implementations often have a focus on performance and thus don't report errors in the same precise way.

from cl-unicode.

krzysz00 avatar krzysz00 commented on June 3, 2024

Since my changes aren't merged into SBCL's master yet, the API can still be adjusted. Here is an SBCL manual that contains documentation for my API in section 7.8. Please let me know if there's any additional functions you'd like to see in the sb-unicode package. There is an internal function proplist-p, not mentioned in the documentation, that might help with has-binary-property (see tools-for-build/ucd.lisp to get a list of which properties we support or could support).

from cl-unicode.

hanshuebner avatar hanshuebner commented on June 3, 2024

I will not be able to spend time on looking at cl-unicode or your code to
give advice, so I need to trust you to figure out how your proposed
integration can be made to work. Sorry.

2014-07-20 16:19 GMT+02:00 Krzysztof Drewniak [email protected]:

Since my changes aren't merged into SBCL's master yet, the API can still
be adjusted. Here
https://www.dropbox.com/s/n5qn4v8p13zg4dg/sbcl-manual-unicode-algorithms-for-github.pdf
is an SBCL manual that contains documentation for my API in section 7.8.
Please let me know if there's any additional functions you'd like to see in
the sb-unicode package. There is an internal function proplist-p, not
mentioned in the documentation, that might help with has-binary-property
(see tools-for-build/ucd.lisp to get a list of which properties we
support or could support).

Reply to this email directly or view it on GitHub
#7 (comment).

from cl-unicode.

krzysz00 avatar krzysz00 commented on June 3, 2024

I'll look through the cl-unicode api and try to add any functionality that might be needed to make integration easier.

from cl-unicode.

krzysz00 avatar krzysz00 commented on June 3, 2024

As far as I know, my unicode-algorithms branch now puts all the data that cl-unicode uses in the SBCL database.

from cl-unicode.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.