| |
1 |
1 |
Migration Guide for the Next Scripting Language |
| |
2 |
2 |
=============================================== |
| |
3 |
3 |
Gustaf Neumann <neumann@wu-wien.ac.at> |
| |
4 |
|
v2.0.0, November 2014: |
| |
|
4 |
v2.1.0, December 2016: |
| |
5 |
5 |
:Author Initials: GN |
| |
6 |
6 |
:toc: |
| |
7 |
7 |
:toclevels: 3 |
| |
8 |
8 |
:icons: |
| |
9 |
9 |
:numbered: |
| |
10 |
10 |
:website: http://www.xotcl.org/ |
| |
11 |
11 |
|
| |
12 |
12 |
.Abstract |
| |
13 |
13 |
***************************************************************************** |
| |
14 |
14 |
This document describes the differences between the Next Scripting |
| |
15 |
15 |
Language Framework and XOTcl 1. In particular, it presents a |
| |
16 |
16 |
migration guide from XOTcl 1 to NX, and presents potential |
| |
17 |
17 |
incompatibilities beween XOTcl 1 and XOTcl 2. |
| |
18 |
18 |
***************************************************************************** |
| |
19 |
19 |
|
| |
20 |
20 |
The Next Scripting Language (NX) is a successor of XOTcl 1 and is |
| |
21 |
21 |
based on 10 years of experience with XOTcl in projects containing |
| |
22 |
22 |
several hundert thousand lines of code. While XOTcl was the first |
| |
23 |
23 |
language designed to provide language support for design patterns, the |
| |
24 |
24 |
focus of the Next Scripting Framework and NX are on combining this |