A
A
alexesDev2014-01-15 11:53:42
Lisp
alexesDev, 2014-01-15 11:53:42

Lisp with indents instead of brackets

I think there is such a language, I would like to see ready-made implementations ... tell me? (Somehow I write wrong queries in Google, nothing is found).
Something like:

print
  call_fuction
    + 10 42
    get_by_id "name"

Pseudo-lisp option:
(print 
   (call_fuction
      (+ 10 42)
      (get_by_id "name")))

Translator found: https://bitbucket.org/ArneBab/wisp

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2014-01-15
@omun

No answer.
Parentheses are all Lisp. The most basic part of the language. I'm pretty sure there is no dialect that will replace them. And through the IDE, it’s not like sewing a mitten on your back at all.

I
ilammy, 2014-03-06
@ilammy

Dylan - here's Lisp without brackets. With macros and objects. But he died a little. There are few semi-dead IDEs, but generally dead.

A
aumberg, 2016-05-30
@aumberg

Here is a good article rsdn.ru/forum/decl/2248444.all

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question