Mobile
Log In Sign Up
Home > french-english > "pugs" in English

English translation for "pugs"

pugs (programming)
Example Sentences:
1.Pugs developers also gather on the #perl6 freenode IRC channel.
La communication à court terme pour Pugs se fait sur le canal IRC #perl6 Freenode.
2.STM for Perl 6 has been implemented in Pugs via the Glasgow Haskell Compiler's STM library.
Une STM pour Perl 6 a été implémentée dans Pugs via la bibliothèque STM de Glasgow Haskell Compiler.
3.As of version 6.2.6, Pugs also has the ability to embed Perl 5 and use CPAN modules installed on the system.
Depuis la version 6.2.6, Pugs peut inclure la machine virtuelle Perl 5 et donc utiliser les modules CPAN.
4.The Pugs project aims to bootstrap Perl 6 by implementing the full Perl 6 specification, as detailed in the Synopses.
Le projet Pugs a pour but de bootstrapper Perl 6 en mettant en œuvre la totalité de la spécification de Perl 6, détaillée à Synopses.
5.It was also written to allow Perl 6 to easily self-host, though current Pugs development no longer uses PGE as its primary rules back-end in favor of a native engine called PCR.
Il a aussi écrit PGE pour permettre l'autohébergement de Perl 6, bien que le développement de la version courante de Pugs n'utilise plus PGE mais un engin natif appelé PCR.
6.The major/minor version numbers of Pugs converges to 2π (being reminiscent of TeX and METAFONT, which use a similar scheme); each significant digit in the minor version represents a successfully completed milestone.
Les numéros de version de Pugs convergent vers 2 × π (cela rappelle TeX et METAFONT, qui utilisent un système similaire); Chaque chiffre significatif de la version mineure représente une étape franchie avec succès.
7.The example below demonstrates the use of the popular Perl DBI module to manage a database: #!/usr/bin/pugs use v6; use perl5:DBI; my $dbh = DBI.connect('dbi:SQLite:dbname=test.db'); $dbh.do("CREATE TABLE Test (Project, Pumpking)"); my $sth = $dbh.prepare("INSERT INTO Test VALUES (?, ?)"); $sth.execute(); $sth.execute(); $sth.execute(); my $res = $dbh.selectall_hashref('SELECT * FROM Test', 'Pumpking'); # Just another Pugs hacker say "Just another $res hacker"; Several factors have been suggested as reasons for Pugs's progress: Haskell's static typing can make it easier for program bugs to be detected at compile time.
Le JAPH ci-dessous montre l'utilisation de Perl DBI, un module populaire, pour gérer une base de données SQLite : #!/usr/bin/pugs use v6; use perl5:DBI; my $dbh = DBI.connect('dbi:SQLite:dbname=test.db'); $dbh.do("CREATE TABLE Test (Project, Pumpking)"); my $sth = $dbh.prepare("INSERT INTO Test VALUES (?, ?)"); $sth.execute(); $sth.execute(); $sth.execute(); my $res = $dbh.selectall_hashref('SELECT * FROM Test', 'Pumpking'); # Just another Pugs hacker say "Just another $res hacker"; Pugs est un projet open source très productif.
8.The example below demonstrates the use of the popular Perl DBI module to manage a database: #!/usr/bin/pugs use v6; use perl5:DBI; my $dbh = DBI.connect('dbi:SQLite:dbname=test.db'); $dbh.do("CREATE TABLE Test (Project, Pumpking)"); my $sth = $dbh.prepare("INSERT INTO Test VALUES (?, ?)"); $sth.execute(); $sth.execute(); $sth.execute(); my $res = $dbh.selectall_hashref('SELECT * FROM Test', 'Pumpking'); # Just another Pugs hacker say "Just another $res hacker"; Several factors have been suggested as reasons for Pugs's progress: Haskell's static typing can make it easier for program bugs to be detected at compile time.
Le JAPH ci-dessous montre l'utilisation de Perl DBI, un module populaire, pour gérer une base de données SQLite : #!/usr/bin/pugs use v6; use perl5:DBI; my $dbh = DBI.connect('dbi:SQLite:dbname=test.db'); $dbh.do("CREATE TABLE Test (Project, Pumpking)"); my $sth = $dbh.prepare("INSERT INTO Test VALUES (?, ?)"); $sth.execute(); $sth.execute(); $sth.execute(); my $res = $dbh.selectall_hashref('SELECT * FROM Test', 'Pumpking'); # Just another Pugs hacker say "Just another $res hacker"; Pugs est un projet open source très productif.
Similar Words:
"pugnace" English translation, "pugnacité" English translation, "pugny" English translation, "pugny-chatenod" English translation, "pugo" English translation, "puguang" English translation, "puguli" English translation, "puhatu" English translation, "puhdys" English translation