tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
54 stars 41 forks source link

Re-write "Compatibility with FunC" page of the Book #116

Open novusnota opened 6 months ago

novusnota commented 6 months ago

In particular:

  1. Poor formatting
  2. Incomplete examples
  3. Exit codes (explain the concept to later be defined by tact-lang/tact#887)
  4. Lack of serialization options and details, see tact-lang/tact-docs#94 and tact-lang/tact-docs#26

In general, this page and all of the other means for smooth transitioning from FunC to Tact and approaches for integrating existing FunC code to Tact is very important going forward.

Therefore, this page should cover two aspects:

  1. Tapping into existing FunC code from Tact — the main focus of this page, for general list of users.
  2. Converting FunC code to Tact — for more advanced users. For the most part, this should be covered in tact-lang/tact-docs#54.

Once done, correct existing #-links to that page and add new ones to the appropriate places of the Book