Git Product home page Git Product logo

Comments (4)

santoshrajan avatar santoshrajan commented on June 23, 2024

Hi Gozala, do we really need this. We already have the "." notation to dereferece properties. Do you have any specific problem I can see?

from lispyscript.

Gozala avatar Gozala commented on June 23, 2024

I think you misunderstand keywords. In clojure you don't need to define constants you just use them:
:pending, :realized. In JS you either define them up front var PENDING = 0, REALIZED = 1 or just use strings like:
`"pending", "realized". I was suggesting to take clojurescript's approach into a spin and prefix string with some character. That way it becomes just a convention of using strings for constants and prefxing them with some character to make sure they don't interfer with regular strings.

from lispyscript.

 avatar commented on June 23, 2024

I would like to use defun, def, defmacro, lambda ... rather than function, var, ... because I think LispyScript is much more for lisp and/to js programmers than js programmers . Using def, defun seems to be more friendly.

from lispyscript.

santoshrajan avatar santoshrajan commented on June 23, 2024

@analysis918 LispyScript tries to maintain the JavaScript semantics as far as possible.

However it is very easy to write a set of macros that will mimic any other Lisp dialect.

from lispyscript.

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.