From c08655938e810cff984a126a765492cf9d01bcc9 Mon Sep 17 00:00:00 2001 From: Paul McClernan <15096916+PaulMcClernan@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:18:00 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59081c16..341f236c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # OpenXION Syntax Dictionary -Syntax dictionary for the xTalk script dialect OpenXION +Syntax dictionary for the xTalk script dialect OpenXION: +https://github.com/kreativekorp/openxion + +OpenXION is a highly HyperTalk-compatible xTalk script dialect that runs on a JavaVM + +Created by Rebecca G. Bettencourt +https://www.kreativekorp.com/ From 4b249f92016619ff286f95c80f569d6c9392727a Mon Sep 17 00:00:00 2001 From: Paul McClernan <15096916+PaulMcClernan@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:20:19 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 341f236c..bf6d5ecc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Syntax dictionary for the xTalk script dialect OpenXION: https://github.com/kreativekorp/openxion -OpenXION is a highly HyperTalk-compatible xTalk script dialect that runs on a JavaVM +OpenXION is a highly HyperTalk-compatible xTalk interpreter that runs on a JavaVM +However it lacks any sort of Graphical Interface controls. It's an xTalk but not an 'xCard'. Created by Rebecca G. Bettencourt https://www.kreativekorp.com/ From ab1998c7e61db5d392a22863c48a06b1cc18f93f Mon Sep 17 00:00:00 2001 From: Paul McClernan <15096916+PaulMcClernan@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:30:15 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bf6d5ecc..160b2b93 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ Syntax dictionary for the xTalk script dialect OpenXION: https://github.com/kreativekorp/openxion -OpenXION is a highly HyperTalk-compatible xTalk interpreter that runs on a JavaVM -However it lacks any sort of Graphical Interface controls. It's an xTalk but not an 'xCard'. +OpenXION is a highly HyperTalk-compatible xTalk interpreter that runs on a Java VM (VMs Oracle JDK 8+, Open JDK 11,17+, GraalVM all worked fine for me). It lacks any sort of Graphical Interface controls. It's an xTalk but not an 'xCard'. However since like HyperTalk syntax keywords are not reserved, and so it is possible to write custom 'ask/answer' handlers that supercede the built-in textual interface with windows with controls using a UI toolkit such as Tkinter (via Python 2) or using AppleScript Dialons on macOS. Created by Rebecca G. Bettencourt https://www.kreativekorp.com/