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

Borrow idea from livescript #15

Open
curimit opened this issue May 27, 2013 · 0 comments
Open

Borrow idea from livescript #15

curimit opened this issue May 27, 2013 · 0 comments

Comments

@curimit
Copy link
Owner

curimit commented May 27, 2013

  • Curried functions using -->
  • Implicit switch
  • Concat operator
  • Instead of a series of nested function calls, you can pipe values in. x |> fand f <| x are equivalent to f(x).
  • Flagging shorthand: {+debug, -live}
  • Markdown like syntax
  • Ranges
  • Use in to check if and element is in a list; use of to check if a key is in an object.
  • Not finished.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant