-
So I just realized something while working on IceTea.
ObjectScript supports the non-paranthese style function calling...but what happens, if there is a functionb eing returned? Here is an example:
`…
-
Hey. I have compiled ObjectScript's os.cpp with a bunch of -DOS_xyz_DISABLED and just wanted to launch it, and I am getting here, which asuesa segfault 11.
```
* thread #1: tid = 0x9858e1, 0x0000000…
-
Hey!
I just got a little idea...
I will be using ObjectScript to pre-build a rather complex aplication, and therefore I will - obviously - be running shell commands, compilers etc. So I had the foll…
-
Hello there ^.^
I am currently just browsing GitHub, looking here and there, while spending my time with thinking about different ways to embed stuff into an application. And that was the way I came …
-
Hey. Currently i am compiling on OS X, and I get a few errors. Those are rather simple:
- `malloc.h` : On OS X, this is included as: ``
- A lot of -Wswitch warnings are shown, so I had to use -Wno-swi…
-
Hey.
Is there a way to make the Mysql stuff optional? I want to try OS, but I do not want to install MySQL rightnow (I am running it in a different version under MAMP and am using that version from t…
-
привет!
при компиляции objectscript.cpp в visual studio 2012 вылазит ошибка:
Ошибка 1 error C4703: используется потенциально неинициализированная локальная переменная-указатель "table_value". есл…
-
Вынести init_Module() и init_Class(), токенайзер и т.д. Было бы очень здорово. Чтение кода и так достаточно удобное, но вынесение:
1. упростило бы чтение и поиск;
2. задало бы правило нейминга модуле…
ghost updated
11 years ago
-
приветствую
не появились ли какие-нибудь продвижения относительно многопотоковости?
может поддерживается какая-либо модель, типа эксклюзивной многопотоковости (когда только один поток шуршит внутри с…
-
привет!
как я понял из документации для представления чисел есть только один тип Number и внутри он является double. как быть если мне нужен обычный 32х разрядный int, аналогичный тому что в C++?