#repl

[ follow ]
#ammonite
Alvinalexander
3 weeks ago
Scala

How to use ZIO 2 in the Ammonite REPL

ZIO can be added into the Ammonite REPL using import statements for both ZIO and ZIO Worksheet libraries. [ more ]
Alvinalexander
1 month ago
JavaScript

Ammonite REPL: How to import managed dependencies (and JAR files, too)

To load managed dependencies in Ammonite REPL, use import $ivy.`groupId::artifactId:version` syntax. [ more ]
Alvinalexander
3 weeks ago
Scala

How to use ZIO 2 in the Ammonite REPL

ZIO can be added into the Ammonite REPL using import statements for both ZIO and ZIO Worksheet libraries. [ more ]
Alvinalexander
1 month ago
JavaScript

Ammonite REPL: How to import managed dependencies (and JAR files, too)

To load managed dependencies in Ammonite REPL, use import $ivy.`groupId::artifactId:version` syntax. [ more ]
moreammonite
#python-313
Treyhunner
1 month ago
Python

Installing a custom Python build with pyenv

Excitement for upcoming Python 3.13 with new REPL feature. Using AI for custom CPython build in pyenv. [ more ]
Python Software Foundation Blog
2 days ago
Python

The Python Language Summit 2024: PyREPL -- New default REPL written in Python

Python 3.13 introduces a new interactive interpreter (REPL) to address limitations in the existing interpreter. [ more ]
Treyhunner
1 month ago
Python

Installing a custom Python build with pyenv

Excitement for upcoming Python 3.13 with new REPL feature. Using AI for custom CPython build in pyenv. [ more ]
Python Software Foundation Blog
2 days ago
Python

The Python Language Summit 2024: PyREPL -- New default REPL written in Python

Python 3.13 introduces a new interactive interpreter (REPL) to address limitations in the existing interpreter. [ more ]
morepython-313
Artima
2 months ago
Scala

The Autoproxy Plugin - Part II

Scala REPL under MS Windows faced issues with JLine library.
Proposal for a swing-based REPL in Scala for improved functionality. [ more ]
Medium
4 months ago
Angular

Top 5 Node.js Features Every Developer Should Know

Node.js has several features that can enhance your overall development experience, including worker threads, the cluster module, built-in HTTP/2 support, streams API, and REPL.
Node.js is known for its single-threaded event loop, which was designed for I/O-bound tasks like web servers but has limitations such as blocking the loop with CPU-bound tasks and lack of true parallelism. [ more ]
[ Load more ]