VisualAPL: Difference between revisions

Jump to navigation Jump to search
134 bytes added ,  00:41, 25 November 2020
no edit summary
Miraheze>Adám Brudzewsky
m (Text replacement - "{{APL programming language}}" to "{{APL dialects}}")
No edit summary
 
(9 intermediate revisions by 5 users not shown)
Line 2: Line 2:
| array model              = [[nested array model|nested]]
| array model              = [[nested array model|nested]]
| index origin            = 0 (default) or 1
| index origin            = 0 (default) or 1
| function styles          = [[tradfn]], .NET signature method
| function styles          = [[Defined function|defined]], .NET signature method
| numeric types            = Any .NET type
| numeric types            = Any .NET type
| unicode support          = full
| unicode support          = full
| released                = 2009
| released                = 2009
| withdrawn                = 2011
| withdrawn                = 2011
| developer                = [[APLNow LLC]]
| developer                = [[APL2000]]
| platform                = [https://en.wikipedia.org/wiki/Common_Language_Infrastructure CLI]
| platform                = [[wikipedia:Common_Language_Infrastructure|CLI]]
| operating system        = 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]
| documentation            = [http://forum.apl2000.com/viewtopic.php?f=4&t=626&p=2383&hilit=documentation#p2383 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#]
| forum                    = [http://forum.apl2000.com/ APLDN]
| influenced by            = [[APL+Win]], [[wikipedia: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 [[APL2000]] at creating an implementation of APL 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. VisualAPL supported the intermingling of C# and APL code.
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.


Line 22: Line 23:
== External links ==
== External links ==


[http://forum.apl2000.com/viewforum.php?f=4 VisualAPL topics] on [[APLDN]]
[http://forum.apl2000.com/viewforum.php?f=4 VisualAPL topics] on the [[APL2000|APLDN]]


{{APL dialects}}
{{APL dialects}}[[Category:APL dialects]][[Category:Nested array languages]][[Category:.NET]]
trusted
63

edits

Navigation menu