Skip to content
Discussions/Outreach/Learn the fundamentals of DAML online: DAML data types and the standard libraryForum ↗

Learn the fundamentals of DAML online: DAML data types and the standard library

Outreach6 posts606 views6 likesLast activity Jun 2022
NE
nemanjaOP
Jul 2020

We’ve got two new exciting DAML tutorials covering DAML data types and the standard library. If you’re wondering why you should go through the tutorials here’s a hint how important they are:

Choosing the right types for your data will make a big difference for the efficiency, complexity and clarity of your code. Furthermore, data structures can encode important invariants of your code. Examples are non-empty lists or optional fields. DAML truly excels when it comes to modeling data.

DAML’s standard library and Prelude module provides you with all the essential data containers like lists, sets and maps together with efficient algorithms to work with them.

What’s really great about the two tutorials is that @drsk came up with quizzes per topic, allowing you to check your knowledge while going through the tutorial :wink:

AN
andreolf
Jul 2020

Very cool @nemanja!

:100: Great initiative @drsk to come up with the quizzes!

YA
YazanDianieh
Jun 2022

Both of the links are broken. Can you please update?

NE
nemanja
Jun 2022

Wow, missed that one. Thnx for letting us know @YazanDianieh! We’ve updated the links😀

← Back to Discussions