Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

looks like it to me

  cfor(setv(i, 0), i < 10, i += 1) {
    print(i)   
  }


Do the brackets actually work or do you still have to get the indentation right?


no, just saying you can trivially convert any lisp code to c style syntax by moving the function call parenthesis to the right and converting wrapping parens into curly braces.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: