Mirror of
forum.nim-lang.org
index
4925 :: contract programming
[2019-06-10T22:41:41+02:00]
View Orginal
avandy
(orginal)
[2019-06-10T22:41:41+02:00]
view original
Hi everyone. Will nim support contract programming out of the box in version 1.0?
dom96
(orginal)
[2019-06-10T23:38:27+02:00]
view original
Doubt it, this is something that should be implemented as a macro in a Nimble package and then possibly adopted into the core if it sees enough usage.
mratsim
(orginal)
[2019-06-11T10:20:23+02:00]
view original
See:
https://forum.nim-lang.org/t/2479
https://github.com/Udiknedormin/NimContracts