Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CodeMirror: function product without * after macro #3116

Open
fonsp opened this issue Dec 18, 2024 · 1 comment
Open

CodeMirror: function product without * after macro #3116

fonsp opened this issue Dec 18, 2024 · 1 comment
Labels
bug Something isn't working CM6 CodeMirror 6

Comments

@fonsp
Copy link
Owner

fonsp commented Dec 18, 2024

image
@fonsp fonsp added bug Something isn't working CM6 CodeMirror 6 labels Dec 18, 2024
@bvdmitri
Copy link
Contributor

What's the bug here exactly for Pluto? Isn't it how Julia parses this expression in REPL too?

 julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.11.2 (2024-12-01)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> :(a(x, y) = a(x)a(y))
:(a(x, y) = begin
          #= REPL[1]:1 =#
          a(x) * a(y)
      end)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CM6 CodeMirror 6
Projects
None yet
Development

No branches or pull requests

2 participants