Advertisement · 728 × 90
#
Hashtag
#showfedi
Advertisement · 728 × 90
A screenshot of an app called ReadEvalPrintLoop running on a Mac, with 3 commands in its history:

> ({ a: "b", c: 1234 })
(returned an object)
> console.log("here's a log line")
log: here's a log line
(returned undefined)
> throw new Error("oops something happened")
Error: oops something happened

A screenshot of an app called ReadEvalPrintLoop running on a Mac, with 3 commands in its history: > ({ a: "b", c: 1234 }) (returned an object) > console.log("here's a log line") log: here's a log line (returned undefined) > throw new Error("oops something happened") Error: oops something happened

current code project: a macOS/iOS application that acts as a quick-and-dirty JavaScript REPL, that I can use instead of a browser console

#software #macos #swiftui #JavaScriptCore #javascript #swift #showfedi

4 0 0 0