From a76c962a67619c71a5b89c502684de399bd0228b Mon Sep 17 00:00:00 2001 From: hanez Date: Sat, 22 Nov 2025 01:27:12 +0100 Subject: [PATCH 1/2] README update. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73e6fba..7899bd3 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,11 @@ Fun is and will ever be 100% free under the terms of the [Apache-2.0 License](ht ### Extras -- [PC/SC](https://pcsclite.apdu.fr/) smart card support builtin (optional, in progress) +- [JSON](https://www.json.org/) support builtin using [json-c](https://github.com/json-c/json-c) (optional, planned, maybe write a parser in Fun for stdlib) +- [ODBC](https://learn.microsoft.com/en-us/sql/odbc/reference/odbc-overview?view=sql-server-ver16) support builtin for flexible database connectivity using [unixODBC](https://www.unixodbc.org/){:class="ext"} (optional, planned) +- [PC/SC](https://pcscworkgroup.com/) smart card support builtin using [PCSC lite](https://pcsclite.apdu.fr/) (optional, in progress) - [SQLite](https://sqlite.org/) support builtin (optional, planned) -- Some [GUI/Widget toolkit](https://en.wikipedia.org/wiki/Widget_toolkit) (optional, planned and in evaluation) +- [Tk](https://www.tcl-lang.org/) support builtin for GUI application development (optional, planned) ## Characteristics From 0fa6d56c14e6f17162dfdfbb5a11c0536c3a9afc Mon Sep 17 00:00:00 2001 From: hanez Date: Sat, 22 Nov 2025 01:28:28 +0100 Subject: [PATCH 2/2] README fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7899bd3..ad3cf71 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Fun is and will ever be 100% free under the terms of the [Apache-2.0 License](ht ### Extras - [JSON](https://www.json.org/) support builtin using [json-c](https://github.com/json-c/json-c) (optional, planned, maybe write a parser in Fun for stdlib) -- [ODBC](https://learn.microsoft.com/en-us/sql/odbc/reference/odbc-overview?view=sql-server-ver16) support builtin for flexible database connectivity using [unixODBC](https://www.unixodbc.org/){:class="ext"} (optional, planned) +- [ODBC](https://learn.microsoft.com/en-us/sql/odbc/reference/odbc-overview?view=sql-server-ver16) support builtin for flexible database connectivity using [unixODBC](https://www.unixodbc.org/) (optional, planned) - [PC/SC](https://pcscworkgroup.com/) smart card support builtin using [PCSC lite](https://pcsclite.apdu.fr/) (optional, in progress) - [SQLite](https://sqlite.org/) support builtin (optional, planned) - [Tk](https://www.tcl-lang.org/) support builtin for GUI application development (optional, planned)