VisualAPL: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
(Created page with "'''Visual APL''', also known as APLNext, was an attempt by APLNow at creating a an implementation of based on the Microsoft .NET framework, designe...")
 
Miraheze>Adám Brudzewsky
No edit summary
Line 1: Line 1:
{{Infobox array language
| array model              = [[nested array model|nested]]
| index origin            = 0 (default) or 1
| function styles          = [[tradfn]], .NET signature method
| numeric types            = Any .NET type
| unicode support          = full
| released                = 2009
| withdrawn                = 2011
| developer                = [[APLNow LLC]]
| platform                = [https://en.wikipedia.org/wiki/Common_Language_Infrastructure CLI]
| operating systems        = Windows
| license                  = Unavailable / Proprietary software
| website                  = [http://forum.apl2000.com/viewforum.php?f=4 APLDN]
| documentation            = [http://forum.apl2000.com/viewtopic.php?f=4&t=626&p=2383&hilit=documentation#p2383 APLDN]
| influenced by            = [[APL+Win]], [https://en.wikipedia.org/wiki/C_Sharp_(programming_language) C#]
}}
'''Visual APL''', also known as APLNext, was an attempt by [[APLNow]] at creating a an implementation of based on the Microsoft [[.NET#.NET_Framework|.NET framework]],
'''Visual APL''', also known as APLNext, was an attempt by [[APLNow]] at creating a an implementation of based on the Microsoft [[.NET#.NET_Framework|.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.
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.
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.

Revision as of 16:32, 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