Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds

Replete 2.0 updated with ClojureScript 1.10.516!

Save for later
  • 2 min read
  • 25 Mar 2019

article-image
Mike Fikes, the creator of Replete, a ClojureScript REPL for iOS and Android, announced last month that Replete 2.0 has been updated with ClojureScript 1.10.516.

https://twitter.com/mfikes/status/1096224601124806656

Replete 2.0 offers a full-featured REPL environment, ideal for ClojureScript language learning.  Replete 2.0 is a new flagship version that includes an Android application along with a handful of other functions. Replete 2.0 introduces file & network IO via replete.core, replete.io and replete.http namespaces.

Replete depends on the ability of ClojureScript to self-host, and thus always essentially carry its compiler with it. Replete iOS was one of the first applications that used self-hosted ClojureScript. Replete was then ported to Android, just recently, states Fikes on Hacker Rank.

Fikes had also tweeted earlier in January this year, stating that he wanted help from people who can test the beta version of Replete 2.0.

https://twitter.com/mfikes/status/1086743669825261569

Moreover, with Replete 2.0, users can now send text to Replete via a URL from other apps for evaluation as the ‘generic hooks’ still exist. In fact, there used to be an iOS app called Lisping earlier that allowed you to edit text and then send it to Replete for evaluation.

Fikes further stated that he only uses Lisping and Replete for ‘quick checks of things’ (observing what a particular form might evaluate to, checking a docstring, etc). “I've never really used Replete for any heavy development”, states Fikes.  

Clojure 1.10 released with Prepl, improved error reporting and Java compatibility

ClojureCUDA 0.6.0 now supports CUDA 10

Clojure 1.10.0-beta1 is out!