Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a "learn" page or a guide on IO #576

Open
puredanger opened this issue Feb 15, 2022 · 1 comment
Open

Write a "learn" page or a guide on IO #576

puredanger opened this issue Feb 15, 2022 · 1 comment

Comments

@puredanger
Copy link
Member

This is a place where Clojure relies heavily on Java and having an overview of that would be very helpful

  • streams vs reader/writers
  • buffered and other kinds of readers
  • charsets
  • stdin/stdout/stderr
  • slurp/spit
  • clojure.java.io
  • using read, read-line, read-string
  • printing is probably a separate page/guide and we have a ticket for that, but maybe just a bit would be useful
  • the role of edn
@AlexAti
Copy link

AlexAti commented Mar 29, 2023

In case someone is looking for such a guide, part of the mentioned content is freely available at https://freecontent.manning.com/dive-into-clojure-java-io/ from the upcoming "Clojure, The Essential Reference" book by Renzo Borgatti (@reborg).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants