Code Monkey home page Code Monkey logo

introduction-to-vala's Introduction

Mickey's Github Stats

introduction-to-vala's People

Contributors

aeldemery avatar mickeyl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nuclearfall

introduction-to-vala's Issues

Add Meson build file

I would like to add meson build file as it is the preferred method of building vala at the moment. note that I have renamed the file DirectoryClient.vala to directroyClient.vala

project('netradio', 'vala', 'c')

dependencies = [
    dependency('glib-2.0'),
    dependency('gobject-2.0'),
    dependency('gtk+-3.0'),
    dependency('json-glib-1.0'),
    dependency('libsoup-2.4'),
    dependency('gstreamer-player-1.0'),
    dependency('gio-2.0'),
]

sources = files('netRadio.vala',
                'mainWindow.vala',
                'fontAwesomeButton.vala',
                'stationModel.vala',
                'genreModel.vala',
                'streamModel.vala',
                'imageModel.vala',
                'directoryClient.vala',
                'playerController.vala',
                'dbusInterface.vala',
                'dbusServer.vala')

executable('netradio', sources, dependencies: dependencies)

Null coalescing operator,

I think:

?? Null coalescing operator, resulting in the left-hand side, if unequal
null, else resolving to the right-hand side.

would be easier to comprehend if written as:

Null coalescing operator: ?? returns the left hand side unless it is Null in which case the right hand side is returned.

Figure 1-1. Build-Time vs. Run-Time Efficiency

Figure 1-1. Build-Time vs. Run-Time Efficiency gives the impression that Perl is slower than Python in both dimensions. This is not the case in my experience. Might it be possible to replace this bubble with a generic term such as "scripting languages" and thereby avoid the contentious issue of which scripting language is the most expressive/fastest etc.?

Optimistic rather than euphemistic

You could consider xlib being the native UI toolkit for systems running an
X-Window display server; however xlib is such a low-level library that the
categorization “toolkit” would be very euphemistic.

Possible optimistic rather than euphemistic?

Weak

To break these, Vala knows the modifier weak.

perhaps cl;earer as:

To prevent these, use the weak modifier.

New edition

So, will there be a more recent edition than the one launched in 2019 by Apress?

I read a sample of the book, and I really found it promising. I was even thinking of buying a printed copy.

Would you recommend that I wait until the next edition is released?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.