Ondrej Kelle
chakracore-delphi now contains WasmSample, a new sample project using ChakraCore to load and run a WebAssembly module (in this case, an implementation of Conway’s Game of Life). It’s based on Colin Eberhardt’s blog post Writing… – Details…
3 years ago in chakracore, Delphi, fpc, Lazarus, wasm
0
Ondrej Kelle
I’ve just pushed some updates to chakracore-delphi. A new feature worth mentioning is support for inheritance (I mean Javascript-style, “prototypical inheritance”) in both directions. Suppose the following hierarchy: First, here is Shape the “supercl… – Details…
4 years ago in chakracore, Delphi, fpc
0
Ondrej Kelle
Having blogged about a few bugs in multi-threading libraries recently, I want to show an easy and convenient alternative. It’s minimalistic but it works. On Windows, the I/O completion port offers a way to use… – Details…
4 years ago in Delphi, fpc, iocp, multithreading, windows
0
Ondrej Kelle
Researching for some Natural Language Processing tasks for a .NET application recently, I’ve come across Facebook’s FastText library. FastText is an open-source, free, lightweight library that allows users to learn text representations and text classi… – Details…
4 years ago in C++, chakracore, Delphi, fasttext, fpc, javascript, nlp
0
Ondrej Kelle
Steps for building and installing Qt5 for Lazarus Using a quick test project with relevant code shown here: unit1.pas I’m using Qt 5.6.2 because that’s the version with which Lazarus qt5 interface has been tested…. – Details…
4 years ago in cross-platform, fpc, Lazarus, qt5
0
Ondrej Kelle
With the initial release coming up soon, here are a few teaser screenshots of chakracore-delphi, a new opensource library with Delphi and Free Pascal bindings and classes for Microsoft’s ChakraCore Javascript engine: FPC 3.0.4 and… – Details…
4 years ago in chakracore, cross-platform, Delphi, fpc, Lazarus
0
Ondrej Kelle
If you use Free Pascal and/or Lazarus and update them often to follow the development in trunk, or if you just need to use multiple versions side by side, have a look at fpcupdeluxe (GitHub)…. – Details…
5 years ago in fpc, fpcupdeluxe, Lazarus
0
Fletch
I finally got around to browse the Linux Journal Magazine (September 2009) that this month features cross platform development, and noticed the word Lazarus at the top of the cover page. Yes, it is an… – Details…
13 years ago in cross-platform, fpc, Free Software, Lazarus
0