#repl

[ follow ]
from2ality
22 hours ago

[Web dev for beginners] Node.js

That gives us the following useful features: We can start a JavaScript console from a shell. We can run files with JavaScript code from a shell. That is useful for automatically testing if our code is correct - a topic that we'll explore in a future chapter. We can write web servers in Node.js - which is another topic that we'll explore in the future. Node.js lets us install shell commands that help with web development.
Node JS
#python-314
#python
Software development
fromAntocuni
1 month ago

Tracing JITs in the real world @ CPython Core Dev Sprint

Work on CPython aims to evolve a safer native C API (PyNI), upstream colorful REPL completions, and improve JIT through PyPy-informed collaboration.
Scala
fromMedium
1 month ago

Keep in mind that Scastie does not show Scala warnings

Scastie, the Scala REPL, does not display warnings; expect IDE warnings (for example, unnecessary semicolons) when copying code into IntelliJ IDEA.
Scala
fromMedium
4 months ago

Scastie's gradually becoming more like an IDE

Scastie's enhanced completion features provide a significant advantage for Scala programming.
[ Load more ]