With the Esprit board from Mike Fikes, now the ESP32 can run a ClojureScript REPL. It uses Espruino, which is an embedded JavaScript engine for platforms like the ESP32. This combination means you can explore programming an IoT device with ClojureScript.
Clojure is a Lisp dialect making it a programming language with a rich set of data structures. ClojureScript is a compiler for Closure that targets JavaScript. Combined with Espruino , it is now possible to run ClojureScript on an ESP32.
Fikes developed the Esprit to allow users to explore this combination of programming language and IoT-enabled hardware. On the board is a LiPo battery charging circuit, LED status indicators, and six of the ESP32's GPIO pins. The ESP32-WROVER module itself has 8 MiB SPIRAM and 16 MiB Flash.
While the Esprit does make it faster to get to using the ClojureScript REPL, Fikes does offer instructions on how to get up and running with any ESP32-WROVER based board.
Over on the Esprit-Board GitHub repository , there is design data (Proteus), Gerbers, and a bill of materials. The Esprit repo has the files for the firmware-side. You can also visit the FikesFarm Tindie store to purchase an Esprit board.
For more information about ClojureScript and how to use it with an ESP32, check out the " ClojureScript on Microcontrollers " talk by Fikes at the Clojure/North 2020 remote conference scheduled for June 25th and 26th, 2020.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Types and Programming Languages
Benjamin C. Pierce / The MIT Press / 2002-2-1 / USD 95.00
A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of typ......一起来看看 《Types and Programming Languages》 这本书的介绍吧!