Programming

GNU APL 1.8 releases with bug fixes, FFT, GTK, RE and more

1 min read

Yesterday, the GNU APL version 1.8 was released with bug fixes, FFT, GTK, RE, user defined APL commands and more.

GNU APL is a free interpreter for the programming language APL.

What’s new in GNU APL 1.8?

  • Bug fixes,
  • FFT (fast fourier transforms; real, complex, and windows),
  • GTK (create GUI windows from APL),
  • RE (regular expressions),
  • User-defined APL commands,
  • An interface from Python into GNU APL.With this interface one can use
  • APL’s vector capabilities in programs written in Python.

People are excited to use the GNU APL 1.8 version.

A user on Hacker News states that “1Wow, each of ⎕FFT, ⎕GTK and ⎕RE are substantial and impressive additions! Thank you, and congratulations on the new release!

Another user says that “APL can do some pretty cool stuff

Another user comments “I’d like to play with this as it is a free APL that I could use for work without paying a license (like Dyalog APL requires). J is another free array language, but it doesn’t use the APL characters that I enjoy. I’ve had a little trouble in the past getting it to install (this was version 1.7) on Ubuntu. Granted I’ve never been an expert at installing from source, but a more in-depth installation guide or YouTube tutorial would help some.

Thanks for doing this btw! I hope to eventually get to check this out!”

Read Next

Introducing Luna, world’s first programming language with dual syntax representation, data flow modeling and much more!

Researchers highlight impact of programming languages on code quality and reveal flaws in the original FSE study

Stack Overflow survey data further confirms Python’s popularity as it moves above Java in the most used programming language list

Vincy Davis

A born storyteller turned writer!

Share
Published by
Vincy Davis

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago