Inspired by the "Safety first: targeting embedded systems with full-spectrum dependent types" paper presented at TFP 2015, I was wondering whether it is possible to program Arduino(-like) hardware with Idris. I imagine there are plenty of obstacles: (very) limited hardware resources, getting the program onto the Arduino itself, etc. Googling about the possibilities, I ran into the idris-blink repository [2] where the README states there are plenty of problems with GC consuming all hardware resources for even very small programs. Are these problems still present and that severe? Or does the work described in the aforementioned paper (partially) solve these problems and can we now write dependently typed Arduino programs? If so, are there any special flags or other things that I should be aware of?
--
You received this message because you are subscribed to the Google Groups "Idris Programming Language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idris-lang+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Idris Programming Language" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/idris-lang/NsxReBzk7LQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to idris-lang+...@googlegroups.com.
Inspired by the "Safety first: targeting embedded systems with full-spectrum dependent types" paper presented at TFP 2015, I was wondering whether it is possible to program Arduino(-like) hardware with Idris.