-
Release of TeaScript 0.10.0 π
Show more: Release of TeaScript 0.10.0 πTeaScript 0.10.0 was published on the 10th March in 2023 and can be downloaded now.βββ Download is available here. βββ (or browse the source code of the TeaScript C++ Library on Github) What is new? The 0.10.0 release is really huge. It brings a battery of new features. Each of them enables a lot of…
-
Release of TeaScript 0.9.0 π»
Show more: Release of TeaScript 0.9.0 π»TeaScript 0.9.0 was published on 02. Feb. 2023 and is available for download now. πβββ Download it here! βββ TeaScript is availableas Host Application for Windows 10/11as Host Application for Linux (Ubuntu 22.04) π₯NEWπ₯as C++ Library π₯NEWπ₯ A snapshot of the TeaScript C++ Library is also available on Github. (But the download bundle here contains…
-
Script Language comparison for embed in C++
Show more: Script Language comparison for embed in C++Intro Sometimes you need to extend your C++ Application dynamically during runtime with something what is not known at compile time yet. For easy things you can provide config files which may be changed prior before the application is started. The Application reads the config files on startup and use the contained settings accordingly. But…
-
TeaScript VS ChaiScript Fibonacci Benchmark
Show more: TeaScript VS ChaiScript Fibonacci BenchmarkI created a benchmark in C++ for testing and comparing TeaScript and its competitor ChaiScript by computing the Fibonacci number of 25 recursively. As a reference I did the same also in C++. The complete source code of the benchmark is available below. The result is pretty amazing, since with the used pre-release 0.8.0 of…
-
TOP 5 most astounding C++20 Syntax
Show more: TOP 5 most astounding C++20 Syntaxβ Welcome π to my ππ π Christmas ππ πβ¨ Specialβ¨ ββ! Today I present you my personal TOP 5 most astounding C++20 syntax constructs. Hope you will enjoy and maybe will see something new and/or interesting. Here it goes: No. 5: This line creates an empty lambda and directly executes it. Effectively, you can consider it…