C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[rappel] Exposés de Bjarne Stroustrup
Goto page 1, 2  Next
 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ (French)
View previous topic :: View next topic  
Author Message
Gabriel Dos Reis
Guest





PostPosted: Fri Jul 04, 2003 3:59 pm    Post subject: [rappel] Exposés de Bjarne Stroustrup Reply with quote




Durant sa visite à l'INRIA Sophia Antipolis, Professeur Bjarne
Stroustrup de Texas A&M University et AT&T fera deux esposés dans le
cadre du :

* colloquium Morgenstern (pour les 20 ans de l'UR)

Titre : Do general-purpose languages have a future?

Résumé :
As the computing world matures, the roles of computer
professionals are becoming more specialized. In particular, a
programmer can spend a whole career doing work in embedded
systems or data analysis without a need to gain expertise in
other fields. Would such programmers be best served by
completely different special-purpose languages? What are the
fundamental and commercial factors that drive language
evolution? What are the roles of program development environments,
libraries, and tools? I think that general-purpose languages
will have a key role in the programming world, but that the role
will evolve and differ from what most people think of today. To
make the discussion a bit concrete, I'll base some of my
observations on examples from current C++ and its possible future
developments.

Lieu : ESSI- Amphithéatre Ouest - 930,
route des Colles - Sophia Antipolis


* séminaire GALAAD + club des utilisateurs du calcul
parallèle en partenariat avec la région PACA

Titre : distributed and parallel computing from a C++ perpsective

Résumé :
in this talk I willl explore two areas: (1) conventional
systems and application programming using threads and RPC
(typically using fairly conventional computers) and, (2)
scientific/numeric computing using high-performance computers
(typically multi-processors or clusters). Our main thesis is
that the programming model presented to the user must be
radically simplified compared to what is provided by most
commercial and academic systems. The problems faced by end
users are simply too difficult to program using explicit
parallelism. Furthermore, the sophisticated mechanisms offered
to programmers cause fragmentation of the user community leading
to the use of tedious low-level and inefficient high-level
facilities. We must develop a few naive programming models and
support them well with optimizing tools. These naive models must be
high-level and domain specific. Only by letting the physicists
program the physics and leave computer concepts, such as
loops and memory hierarchies, to the computer scientists can
we hope for dramatic progress. We will consider language
features, library facilities, type analysis and program
transformation approaches, and adaptive techniques. We
think that our approach requires a language with enough static
structure to enable semantic analysis and enough flexibility to
define convenient domain specific libraries. This talk aims to
state fundamentals and provoke discussion, rather than to
present detailed results or mechanisms.

Lieu : INRIA de Sophia Antipolis - salle Euler Violet (006)
2004, route des lucioles - Sophia Antipolis

-- Gaby


Back to top
Alexis
Guest





PostPosted: Fri Jul 04, 2003 7:10 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote



Et quel est l'interet de publier ca ?????????? si ce n'est pour prouver
que tu comprends l'anglais. Pour tout dire.... on s'en fout. Le group de
news ICI, regroupe des gens débutants..et expérimentés qui peuvent apporter
et se rendre la pareil quand quelqu'un a un problème . Bref... un bon
principe Smile
Et pour répondre très clairement a ton post... J'ai gentiment lu
l'article.. tout d'abord, cela semble parler de choses pointues auquelles
peu de gens s'interressent,surtout les personnes participant à ce groupe de
news et qui s'interressant essentiellement aux réponses que tu peux apporter
à leurs problèmes. Alors à quel problème réponds tu par ton post?????
Bref, un article ne fournissant aucunes réponses(et en anglais de +)
pour un groupe de news en francais.... cherche dans les alt.comp...... les
anglais seront te répondre :)

A+ en souhaitant que ta contribution la prochaine fois soit un peu +
constructive.


"Gabriel Dos Reis" <gdr (AT) integrable-solutions (DOT) net> a écrit dans le message de
news:m37k6yi8p2.fsf (AT) uniton (DOT) integrable-solutions.net...
Quote:

Durant sa visite à l'INRIA Sophia Antipolis, Professeur Bjarne
Stroustrup de Texas A&M University et AT&T fera deux esposés dans le
cadre du :

* colloquium Morgenstern (pour les 20 ans de l'UR)

Titre : Do general-purpose languages have a future?

Résumé :
As the computing world matures, the roles of computer
professionals are becoming more specialized. In particular, a
programmer can spend a whole career doing work in embedded
systems or data analysis without a need to gain expertise in
other fields. Would such programmers be best served by
completely different special-purpose languages? What are the
fundamental and commercial factors that drive language
evolution? What are the roles of program development environments,
libraries, and tools? I think that general-purpose languages
will have a key role in the programming world, but that the role
will evolve and differ from what most people think of today. To
make the discussion a bit concrete, I'll base some of my
observations on examples from current C++ and its possible future
developments.

Lieu : ESSI- Amphithéatre Ouest - 930,
route des Colles - Sophia Antipolis


* séminaire GALAAD + club des utilisateurs du calcul
parallèle en partenariat avec la région PACA

Titre : distributed and parallel computing from a C++ perpsective

Résumé :
in this talk I willl explore two areas: (1) conventional
systems and application programming using threads and RPC
(typically using fairly conventional computers) and, (2)
scientific/numeric computing using high-performance computers
(typically multi-processors or clusters). Our main thesis is
that the programming model presented to the user must be
radically simplified compared to what is provided by most
commercial and academic systems. The problems faced by end
users are simply too difficult to program using explicit
parallelism. Furthermore, the sophisticated mechanisms offered
to programmers cause fragmentation of the user community leading
to the use of tedious low-level and inefficient high-level
facilities. We must develop a few naive programming models and
support them well with optimizing tools. These naive models must be
high-level and domain specific. Only by letting the physicists
program the physics and leave computer concepts, such as
loops and memory hierarchies, to the computer scientists can
we hope for dramatic progress. We will consider language
features, library facilities, type analysis and program
transformation approaches, and adaptive techniques. We
think that our approach requires a language with enough static
structure to enable semantic analysis and enough flexibility to
define convenient domain specific libraries. This talk aims to
state fundamentals and provoke discussion, rather than to
present detailed results or mechanisms.

Lieu : INRIA de Sophia Antipolis - salle Euler Violet (006)
2004, route des lucioles - Sophia Antipolis

-- Gaby





Back to top
Benoit Dejean
Guest





PostPosted: Fri Jul 04, 2003 7:45 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote



Le Fri, 04 Jul 2003 17:59:53 +0200, Gabriel Dos Reis a ecrit:


Quote:
Durant sa visite à l'INRIA Sophia Antipolis, Professeur Bjarne
Stroustrup de Texas A&M University et AT&T fera deux esposés

il y aura des transcriptions écrites?

--
Ne perdez pas de vue qu'un programme qui plante est d'une utilité quasi nulle,
ce qui est loin d'être incompatible avec la notion d'Art.

Back to top
Arnaud Debaene
Guest





PostPosted: Fri Jul 04, 2003 7:51 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote


"Alexis" <kikou75 (AT) noos (DOT) fr> a écrit dans le message de
news:3f05d14c$0$18600$79c14f64 (AT) nan-newsreader-02 (DOT) noos.net...
Quote:
Et quel est l'interet de publier ca ??????????
snip

Euhhh... Tu sais qui est Bjarne Stroustrup?

Arnaud



Back to top
Vincent Richard
Guest





PostPosted: Fri Jul 04, 2003 7:58 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

Le Vendredi 4 Juillet 2003 21:10, Alexis a écrit :

Quote:
Et pour répondre très clairement a ton post... J'ai gentiment lu
l'article.. tout d'abord, cela semble parler de choses pointues auquelles
peu de gens s'interressent,

Ah ? Et qu'en sais-tu ? Ca ne t'interesses pas, donc ca n'intéresse
personne ? Tu es qui pour dire ça ?

Quote:
surtout les personnes participant à ce groupe
de news et qui s'interressant essentiellement aux réponses que tu peux
apporter à leurs problèmes.

Les newsgroups ne sont pas seulement un lieu de questions-réponses, ce sont
aussi un lieu d'échange et d'_information_ (tant que ça reste en charte).
Cette article a donc tout à fait sa place ici. S'il ne te plaît pas, ne le
lis pas...

Surtout, ne vois dans ce message aucune attaque, j'essaye simplement
de dire que ce message, même s'il ne t'intéresse pas, n'est pas HS.

PS: merci de ne mieux citer les messages auxquels tu réponds.

Vincent

--
SL> Au fait elle est mieux ma signature maintenant ?
Oui. T'enlève encore les conneries que t'as écrit dedans et c'est bon.
-+- JB in <http://www.le-gnu.net> : Le neuneuttoyage par le vide -+-

Back to top
Frédéric Mazué
Guest





PostPosted: Sat Jul 05, 2003 5:38 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

Alexis,

Quote:
que tu comprends l'anglais. Pour tout dire.... on s'en fout.

Pour tout dire, on s'en fout pas du tout.

Quote:
l'article.. tout d'abord, cela semble parler de choses pointues auquelles
peu de gens s'interressent,surtout les personnes participant à ce groupe
de
news

Il m'arrive de participer quelque fois à ce newsgroup et je dois dire que
les thèmes des conférences de BS m'intéresse ENORMEMENT.

Quote:
A+ en souhaitant que ta contribution la prochaine fois soit un peu +
constructive.

On ne peut pas dire que Gabriel Dos Reis, qui développe gcc, ne soit pas
constructif.
Au contraire, tous ceux qui utilise gcc lui doivent énormément.

Tu aurais vraiment mieux fais de te taire.
Mais il est vrai que l'ignorance est aveugle et mauvaise conseillère...

Fred



Back to top
Christophe Brun
Guest





PostPosted: Sat Jul 05, 2003 7:28 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

Quote:
Et pour répondre très clairement a ton post... J'ai gentiment lu
l'article.. tout d'abord, cela semble parler de choses pointues auquelles
peu de gens s'interressent
Formulation elliptique, dont d'aucuns méchants esprits pourraient déduire

que tu n'as pas bien compris l'article en question.
Etait-il utile de poster ce genre de remarques, au fait ?



Back to top
Erwann ABALEA
Guest





PostPosted: Sat Jul 05, 2003 10:06 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

On Fri, 4 Jul 2003, Alexis wrote:

Quote:
Et quel est l'interet de publier ca ?????????? si ce n'est pour prouver
que tu comprends l'anglais. Pour tout dire.... on s'en fout. Le group de
news ICI, regroupe des gens débutants..et expérimentés qui peuvent apporter
et se rendre la pareil quand quelqu'un a un problème . Bref... un bon
principe Smile

[...]

Mais? T'es qui toi? Une burne?

Retourne troller ailleurs...

--
Erwann ABALEA <erwann (AT) abalea (DOT) com> - RSA PGP Key ID: 0x2D0EABD5
-----
scanf() is evil.


Back to top
Fabien LE LEZ
Guest





PostPosted: Sat Jul 05, 2003 10:17 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

On Fri, 4 Jul 2003 21:10:32 +0200, "Alexis" <kikou75 (AT) noos (DOT) fr> wrote:

Quote:
Et quel est l'interet de publier ca ?

Bon, ben si on a le droit de troller, je m'y mets aussi :
- le C++ c'est nul, vive VB
- Windows c'est nul, vive Linux
- Linux c'est nul, vive Windows


--
Tout sur fr.* (FAQ, etc.) : http://www.usenet-fr.net/fur/
et http://www.aminautes.org/forums/serveurs/tablefr.html
Archives : http://groups.google.com/advanced_group_search
http://www.usenet-fr.net/fur/usenet/repondre-sur-usenet.html

Back to top
ricky
Guest





PostPosted: Sat Jul 05, 2003 10:36 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

hello

Quote:
- Windows c'est nul, vive Linux
- Linux c'est nul, vive Windows

euh c est un troll qui se mort la queue la Smile
que dit la norme ? ;-)

@+
ricky



Back to top
Fabien LE LEZ
Guest





PostPosted: Sun Jul 06, 2003 1:15 am    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

On Sun, 6 Jul 2003 00:36:47 +0200, "ricky" <eric_nyme (AT) yahoo (DOT) fr> wrote:

Quote:
que dit la norme ? Wink

Pas grand-chose AMHA -- la topologie sur des ensembles finis (et à
plus forte raison sur un ensemble à deux éléments), c'est assez peu
intéressant.
Allez zou, un sujet de troll supplémentaire : Z/2Z est un corps sans
intérêt ;-)


--
Tout sur fr.* (FAQ, etc.) : http://www.usenet-fr.net/fur/
et http://www.aminautes.org/forums/serveurs/tablefr.html
Archives : http://groups.google.com/advanced_group_search
http://www.usenet-fr.net/fur/usenet/repondre-sur-usenet.html

Back to top
David Brabant
Guest





PostPosted: Sun Jul 06, 2003 8:37 am    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

"Fabien LE LEZ" <gramster (AT) gramster (DOT) com> wrote

Quote:
Bon, ben si on a le droit de troller, je m'y mets aussi :
[...]
- Linux c'est nul, vive Windows

Il est où le troll ?

--
David



Back to top
M.B.
Guest





PostPosted: Sun Jul 06, 2003 9:30 am    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

N'oublions pas le "C++ c'est nul, vive C#" ...

MB

"Fabien LE LEZ" <gramster (AT) gramster (DOT) com> a écrit dans le message news:
[email]khjegvg70sete2nlrf3dbmgkiiec0pqv08 (AT) 4ax (DOT) com[/email]...
Quote:

Bon, ben si on a le droit de troller, je m'y mets aussi :
- le C++ c'est nul, vive VB
- Windows c'est nul, vive Linux
- Linux c'est nul, vive Windows





Back to top
Fabien LE LEZ
Guest





PostPosted: Sun Jul 06, 2003 7:58 pm    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote

On Sun, 06 Jul 2003 10:51:42 +0200, Benoit Dejean <bnet (AT) ifrance (DOT) com>
wrote:

Quote:
Le Sun, 06 Jul 2003 03:15:32 +0200, Fabien LE LEZ a ecrit:
Allez zou, un sujet de troll supplémentaire : Z/2Z est un corps sans
intérêt ;-)

aïe, ça fait mal ce genre de souvenir le dimanche matin

Arf, d'ailleurs il n'y a que tard dans la nuit de samedi à dimanche
que de tels souvenirs arrivent à faire surface Wink
C'est dingue le nombre d'informations que j'ai pu oublier sur les
corps finis ;-)


--
Tout sur fr.* (FAQ, etc.) : http://www.usenet-fr.net/fur/
et http://www.aminautes.org/forums/serveurs/tablefr.html
Archives : http://groups.google.com/advanced_group_search
http://www.usenet-fr.net/fur/usenet/repondre-sur-usenet.html

Back to top
Jacti
Guest





PostPosted: Mon Jul 07, 2003 7:56 am    Post subject: Re: [rappel] Exposés de Bjarne Stroustrup Reply with quote



Alexis a écrit :

Quote:
Et quel est l'interet de publier ca ?????????? si ce n'est pour prouver
que tu comprends l'anglais. Pour tout dire.... on s'en fout. Le group de
news ICI, regroupe des gens débutants..et expérimentés qui peuvent apporter
et se rendre la pareil quand quelqu'un a un problème . Bref... un bon
principe Smile
Et pour répondre très clairement a ton post... J'ai gentiment lu
l'article.. tout d'abord, cela semble parler de choses pointues auquelles
peu de gens s'interressent,surtout les personnes participant à ce groupe de
news et qui s'interressant essentiellement aux réponses que tu peux apporter
à leurs problèmes. Alors à quel problème réponds tu par ton post?????
Bref, un article ne fournissant aucunes réponses(et en anglais de +)
pour un groupe de news en francais.... cherche dans les alt.comp...... les
anglais seront te répondre :)

A+ en souhaitant que ta contribution la prochaine fois soit un peu +
constructive.

On peut te retourner l'argument.

Plus on connaît de choses et plus on mesure l'étendue de son ignorance...
Ca ne semble pas être ton cas.

D'autre part, qui es-tu pour parler au nom du ng ?
Il faut aussi que tu apprennes à quoter. En général, on place sa réponse sous le
post auquel on répond.
Décidément tu as beaucoup de choses à apprendre...

Jacti

Désolé Gabriel, je laisse ton message d'origine dessous.

Quote:
"Gabriel Dos Reis" <gdr (AT) integrable-solutions (DOT) net> a écrit dans le message de
news:m37k6yi8p2.fsf (AT) uniton (DOT) integrable-solutions.net...

Durant sa visite à l'INRIA Sophia Antipolis, Professeur Bjarne
Stroustrup de Texas A&M University et AT&T fera deux esposés dans le
cadre du :

* colloquium Morgenstern (pour les 20 ans de l'UR)

Titre : Do general-purpose languages have a future?

Résumé :
As the computing world matures, the roles of computer
professionals are becoming more specialized. In particular, a
programmer can spend a whole career doing work in embedded
systems or data analysis without a need to gain expertise in
other fields. Would such programmers be best served by
completely different special-purpose languages? What are the
fundamental and commercial factors that drive language
evolution? What are the roles of program development environments,
libraries, and tools? I think that general-purpose languages
will have a key role in the programming world, but that the role
will evolve and differ from what most people think of today. To
make the discussion a bit concrete, I'll base some of my
observations on examples from current C++ and its possible future
developments.

Lieu : ESSI- Amphithéatre Ouest - 930,
route des Colles - Sophia Antipolis


* séminaire GALAAD + club des utilisateurs du calcul
parallèle en partenariat avec la région PACA

Titre : distributed and parallel computing from a C++ perpsective

Résumé :
in this talk I willl explore two areas: (1) conventional
systems and application programming using threads and RPC
(typically using fairly conventional computers) and, (2)
scientific/numeric computing using high-performance computers
(typically multi-processors or clusters). Our main thesis is
that the programming model presented to the user must be
radically simplified compared to what is provided by most
commercial and academic systems. The problems faced by end
users are simply too difficult to program using explicit
parallelism. Furthermore, the sophisticated mechanisms offered
to programmers cause fragmentation of the user community leading
to the use of tedious low-level and inefficient high-level
facilities. We must develop a few naive programming models and
support them well with optimizing tools. These naive models must be
high-level and domain specific. Only by letting the physicists
program the physics and leave computer concepts, such as
loops and memory hierarchies, to the computer scientists can
we hope for dramatic progress. We will consider language
features, library facilities, type analysis and program
transformation approaches, and adaptive techniques. We
think that our approach requires a language with enough static
structure to enable semantic analysis and enough flexibility to
define convenient domain specific libraries. This talk aims to
state fundamentals and provoke discussion, rather than to
present detailed results or mechanisms.

Lieu : INRIA de Sophia Antipolis - salle Euler Violet (006)
2004, route des lucioles - Sophia Antipolis

-- Gaby




Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ (French) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.