Tags Elixir Elixir: Wrapping Lisp Calls in a Macro admin August 1, 2020 In the last article, I showed how to make calls to Lisp functions from Elixir. We followed this pattern: 1)
Tags Elixir Calling Lisp Functions from Elixir admin July 19, 2020 In the last article I showed how we can simulate the idea of Lisp’s “closure” in Elixir. Today, I would like
Tags Closure Closure in Lisp vs Elixir admin July 5, 2020 I started learning Elixir a week ago. Although this has been at the top of my To-do list for quite a
Tags Go language Calling Lisp Functions from Go Language admin June 10, 2018 In the previous post, we saw how to invoke a Go function from Lisp. In today’s post, I would like
Tags Foreign Functions Calling Go Functions from Lisp admin May 27, 2018 For the past few weeks I was travelling in the USA and had the pleasure of meeting several friends, some
Tags CLPython CLPython: Python in Common Lisp – Part 2 admin July 22, 2017 We looked at the basic features of CLPython in our last blog. In today’s post let us look at the support
Tags CLPython CLPython – Python in Common Lisp admin July 7, 2017 My work in the area of NLP requires me to work with several frameworks across multiple languages such as Java, Python
Tags DCG Definite Clause Grammars in Lisp – Part 3 admin June 23, 2017 In today’s post, let us see how we can enhance the grammar representation discussed so far to include both Number
Tags Azure Accessing Azure BLOBs in Lisp admin April 8, 2017 Recently I was looking for a Common Lisp library for accessing Azure services. Azure has official SDKs in many languages,
Tags C-Sharp Multi-value Return in C# 7.0 admin February 3, 2017 One of the nice language enhancements to C# in the latest release (7.0) is the ability to return multiple values