Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is the documentation up to date? Attempting to run:

(replete.http/get "http://replete-repl.org")

from

http://replete-repl.org/replete-namespaces.html

I get a "warning: no such name space" (on android).

Also, seems there's no selecting/copying text from the repl output, which is a bit annoying...



You’d need to first do

  (require ‘replete.http)
in order to load the code for that namespace.

You should be able to copy output by pressing on a history row.


Thank you. [ed: note for others - that should be a single-quote (') not a back-tick: (require 'replete.http)]

> You should be able to copy output by pressing on a history row.

Appears I can copy the historical input but not the output.

As for http/get - after the require i get a "Cleartext HTTP traffic to (...) not permitted" with a http url, and an {:error nil} with a https url...

Is there a more appropriate forum for discussing tutorial/getting started stuff? I'd like to play, but a set of (tested) koans seems to be required.


The first error might be platform security limitation and the second one looks like a bug. Please file an issue on GitHub https://github.com/replete-repl (use repo for iOS or Android app)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: