Git Product home page Git Product logo

Comments (3)

asarhaddon avatar asarhaddon commented on May 23, 2024

Hello.

I have made the same suggestion in #384. The issue is long, here is the specific quote:
I agree that it is a bit more readable and is almost certainly more efficient. The main problem with this is that it is quite different from how most (maybe all) other implementations and also different from the pseudo-code in the guide. If you want to go this path, then I would want to see the guide and other implementations changed to match. If you go that route just be cognizant of the impact this may have on implementations that do their own GC/ref counting since any functions that take an environment and/or call EVAL tend to have GC/ref count subtleties that need to be taken into account.
In a follow-up discussion that I cannot find anymore right now, kanaka also explains that the intent is to teach LISP, and that quasiquote is a pure rewrite-before-eval process in most (maybe all) implementations. Performance or minimalism are not priorities.
Most MAL implementations use the same structure for lists and vectors, which would make little sense for a real language.

Ideally, this choice for quasiquote should be documented more explicitly in the process guide...

from mal.

albertvanderhorst avatar albertvanderhorst commented on May 23, 2024

"different from most implementations". That is a strange remark to make as the MAL goal is to stimulate the independant development from specification in an idiomatic way, depending on the language. Pseudo code in the guide should merely be a proposal, and not force an implementation. My conclusion is that the pseudo code is handy for lisp, where you can cut a list easily between a first element and the remainder, and not at all handy for other languages. Could I trust my interpretation of the specification, quasiquote c.s. cost me 4 lines of code instead of 40.

from mal.

asarhaddon avatar asarhaddon commented on May 23, 2024

My answer was unclear.
Kanaka wants quasiquote as a macro because it is representative of existing implementations of actual LISP variants*, hence part of the specification/purpose of the MAL project.
A divergence between most MAL implementations and the MAL pseudo code is less important, but implies a learning cost for new implementors and a maintenance cost for him.
do results from a similar compromise. It could be implemented with fn* and if.

from mal.

Related Issues (20)

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.