New Blog: Query Neo4j From Tcl

In the mid-1990s, Tcl was my go-to dynamic programming language as it was cross-platform (you may recall the plethora of UNIX variants), easily deployed and readily extended. Although many other languages now carry favor (e.g., Python, JavaScript, Go, etc.), the Tcl community remains active, and v9.0 was recently released.

I was introduced to the world of relational databases via Tcl’s built-in SQLite extension, and with this article I’ll demonstrate how we can use Tcl’s HTTP functionality t...

Read it: Query Neo4j From Tcl