Git Product home page Git Product logo

Comments (4)

jeffshrager avatar jeffshrager commented on August 14, 2024

Nice. Thanks! I'll incorporate this soon. I'm doing some shadowing experiments to see if I can do away with having to rewrite the code at all (so, in your example, I'd not have to replace reads in the original code with patient-read, and, similarly, I'd be able to back out some other changes as well. Regardless of whether that works, I'll incorp. your code.

Cheers,
'Jeff

from elizagen.org.

m-n avatar m-n commented on August 14, 2024

Yes, you could certainly get the same effect and keep the changes segregated from the old code. A simple way to go about that would be to rename the function I called patient-read to ratom -- I believe you (this project rather than the 1960's code) are already supplying the definition of ratom anyway.

The readtable code can of course be moved away. The reason I set it up as a progn around the parameters is so that a user who re-defines the punctuation parameters and re-loads them would also redefine the readtable, keeping them consistent during interactive development. In hindsight that rationale seems inapplicable to your goals:)

from elizagen.org.

jeffshrager avatar jeffshrager commented on August 14, 2024

I've done a bunch of hacking just now toward the goal of running "raw". Mostly I packaged things halfway correctly. I also took your guidance a little far, and whacked the readtable to allow ' in atoms, and it actually worked! I still have to do the right shadowing things, but this is half way there.

from elizagen.org.

jeffshrager avatar jeffshrager commented on August 14, 2024

I installed your reader. Works great. (There's a minor, unfortunate, and probably repairable duplication of variables bcs of the package crossing, but that's a detail at this point. THANKS!

from elizagen.org.

Related Issues (8)

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.