0,00 €
0,00 €
inkl. MwSt.
Sofort per Download lieferbar
payback
0 °P sammeln
0,00 €
0,00 €
inkl. MwSt.
Sofort per Download lieferbar

Alle Infos zum eBook verschenken
payback
0 °P sammeln
Als Download kaufen
0,00 €
inkl. MwSt.
Sofort per Download lieferbar
payback
0 °P sammeln
Jetzt verschenken
0,00 €
inkl. MwSt.
Sofort per Download lieferbar

Alle Infos zum eBook verschenken
payback
0 °P sammeln
  • Format: ePub

This e-book will teach you how to program in the yab programming language, one of the main platforms for writing applications for the Haiku Operating system.
The joy of yab is that it remains a procedural language, in which instructions are followed one by one, starting at the top. Despite that, you can do things with it for which you would normally require a much more complex object-oriented language. The object orientation is all hidden in the operating system, and the programming language simply accesses it. Once you become used to this, it is quite addictive.
For example, with yab
…mehr

  • Geräte: eReader
  • mit Kopierschutz
  • eBook Hilfe
  • Größe: 1.6MB
  • FamilySharing(5)
Produktbeschreibung
This e-book will teach you how to program in the yab programming language, one of the main platforms for writing applications for the Haiku Operating system.

The joy of yab is that it remains a procedural language, in which instructions are followed one by one, starting at the top. Despite that, you can do things with it for which you would normally require a much more complex object-oriented language. The object orientation is all hidden in the operating system, and the programming language simply accesses it. Once you become used to this, it is quite addictive.

For example, with yab you can create a basic notepad in about twenty lines of code. When you right-click on that notepad, you will see the options to cut, copy and paste text in a context menu, even though you never programmed it in. It is simply a necessary part of what every text editing area in Haiku needs to be able to do, and every text editing area inherits that ability. This is object orientation, but you, the yab programmer, don't need to worry about the convoluted code it actually requires.
This makes yab a unique programming experience. There are languages on other platforms that come close. Applescript, for example. But nothing is quite like yab.

A major use for yab is to create a graphical front-end for something you would otherwise do in Terminal. But the language can be used to create standalone applications, both for the command line and the Haiku Graphical User Interface.


Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, CY, CZ, D, DK, EW, E, FIN, F, GR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.

Autorenporträt
Michel Clasquin-Johnson is an Associate Professor of Religious Studies at the University of South Africa. He lives in Pretoria, South Africa with his wife, son and two motorcycles.

In his spare time, he writes what can loosely be called science fiction. Not a lot of science involved, and a fine disregard for the rules of fiction.