VisualAPL: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
No edit summary
Miraheze>Marshall
mNo edit summary
Line 9: Line 9:
| developer                = [[APLNow LLC]]
| developer                = [[APLNow LLC]]
| platform                = [https://en.wikipedia.org/wiki/Common_Language_Infrastructure CLI]
| platform                = [https://en.wikipedia.org/wiki/Common_Language_Infrastructure CLI]
| operating systems        = Windows
| operating system        = Windows
| license                  = Unavailable / Proprietary software
| license                  = Unavailable / Proprietary software
| website                  = [http://forum.apl2000.com/viewforum.php?f=4 APLDN]
| website                  = [http://forum.apl2000.com/viewforum.php?f=4 APLDN]

Revision as of 16:45, 28 October 2019

Visual APL, also known as APLNext, was an attempt by APLNow at creating a an implementation of based on the Microsoft .NET framework, designed to make APL available to mainstream programmers by being fully integrated into Visual Studio, the (then) foremost IDE for .NET based development on Windows. This meant a lot of changes to traditional aspects of APL programming, like having a workspace, and avoiding all reserved words. VisualAPL supported the intermingling of C# and APL code.

Much like Dyalog's similar project, APL#, it quickly fizzled. It was released in 2009 and the last news about it were published in 2011.

External links

VisualAPL topics on APLDN

Template:APL programming language