exercism / cairo

Exercism exercises in Cairo.
https://exercism.org/tracks/cairo
MIT License
3 stars 6 forks source link

Write the "Type Conversion" concept #44

Open misicnenad opened 1 week ago

misicnenad commented 1 week ago

Official docs: https://book.cairo-lang.org/ch02-02-data-types.html#type-conversion https://book.cairo-lang.org/ch05-02-an-example-program-using-structs.html#custom-type-conversion


Exercism Concepts docs: https://exercism.org/docs/building/tracks/concepts

Use "Felt Type" as inspiration for format: https://github.com/exercism/cairo/tree/main/concepts/felts

ErikSchierboom commented 1 week ago

Just a minor comment: the rust track's syllabus is still quite a work in progress one. For exercises and examples of how to write concept exercises I would suggest looking at tracks like Elixir, Python or C#

misicnenad commented 1 week ago

Will update the issue descriptions to point to one of those, thanks :+1: