1
0
Fork 0
forked from fun/fun

Compare commits

..

No commits in common. "0fa6d56c14e6f17162dfdfbb5a11c0536c3a9afc" and "2266dedaa902d87c19989c22f67f6c413c9d5fb4" have entirely different histories.

View file

@ -17,11 +17,9 @@ 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/) (optional, planned)
- [PC/SC](https://pcscworkgroup.com/) smart card support builtin using [PCSC lite](https://pcsclite.apdu.fr/) (optional, in progress)
- [PC/SC](https://pcsclite.apdu.fr/) smart card support builtin (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)
- Some [GUI/Widget toolkit](https://en.wikipedia.org/wiki/Widget_toolkit) (optional, planned and in evaluation)
## Characteristics