What are the prerequisites to learning Truffle? #2890
-
Describe the issue I see the author @chrisseaton writes:
As somebody who didn't study compiler design, I'd like to ask: What would those skills be? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I wouldn't recommend the Aho et al book for writing Truffle languages. It's very old-fashioned and pretty much the opposite of the way Truffle does things. I'd recommend (in order): Then come back and look at Truffle. Maybe we should write a book based on people having that foundation. |
Beta Was this translation helpful? Give feedback.
-
Thanks Chris, that's good enough for me. |
Beta Was this translation helpful? Give feedback.
-
Yes we should write an extensive manual for people with that background. In the meantime you can start learning Truffle here: |
Beta Was this translation helpful? Give feedback.
I wouldn't recommend the Aho et al book for writing Truffle languages. It's very old-fashioned and pretty much the opposite of the way Truffle does things.
I'd recommend (in order):
Then come back and look at Truffle. Maybe we should write a book based on people having that foundation.