Re: [Haskell] [Haskell-cafe] ANNOUNCE: ioctl 0.0.1

2015-09-13 Thread Alberto G. Corona
st FIONREAD > > notRead s = ioctlsocket' s NotRead > > Regards > > > ___ > Haskell-Cafe mailing list > haskell-c...@haskell.org > http://www.haskell.org/mailman/listinfo/haskell-cafe > > -- Alberto. __

[Haskell] Extended Deadline - SBLP 2015

2015-04-21 Thread Alberto Pardo
SBPL edition are being published in a special issue of Science of Computer Programming, by Elsevier. PROGRAM CHAIRS Alberto Pardo, Universidad de la República, Uruguay Doaitse Swierstra, Utrecht University, The Netherlands PROGRAM COMMITTEE Alberto Pardo, Universidad de la República (co-chair

Re: [Haskell] [Haskell-cafe] [ANN]: the Helium compiler, version 1.8.1

2015-04-20 Thread Alberto G. Corona
Cafe mailing list > haskell-c...@haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe > -- Alberto. ___ Haskell mailing list Haskell@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell

[Haskell] Final CFP - SBLP 2015: 19th Brazilian Symposium on Programming Languages

2015-04-14 Thread Alberto Pardo
Computer Programming, by Elsevier. PROGRAM CHAIRS Alberto Pardo, Universidad de la República, Uruguay Doaitse Swierstra, Utrecht University, The Netherlands PROGRAM COMMITTEE Alberto Pardo, Universidad de la República (co-chair) Alex Garcia, IME Alvaro Moreira, Federal University of Rio Grande do

[Haskell] CFP - SBLP 2015: 19th Brazilian Symposium on Programming Languages

2015-02-25 Thread Alberto Pardo
will be invited to submit an extended version of their work to be considered for publication in a journal special issue. Since 2009, selected papers of each SBPL edition are being published in a special issue of Science of Computer Programming, by Elsevier. PROGRAM CHAIRS Alberto Pardo, Universidad

[Haskell] ANNOUNCE: hplayground: haskell client-side web framework

2014-07-25 Thread Alberto G. Corona
/todo.html [3] https://github.com/agocorona/hplay-todo [4] http://mflowdemo.herokuapp.com/noscript/wiki/browserwidgets [5] http://http://haste-lang.org/ [6] http://hackage.haskell.org/package/MFlow [7] http://haskell-web.blogspot.com.es/2014/07/hplayground-translate-your-console.html -- Alberto

Re: [Haskell] ANNOUNCE: haste-perch

2014-06-18 Thread Alberto G. Corona
The readme in the Git repository tell more details https://github.com/agocorona/haste-perch/blob/master/README.md And also this blog post: http://haskell-web.blogspot.com.es/2014/06/taming-html-dom-with-monads-and-monoids.html 2014-06-18 19:20 GMT+02:00 Alberto G. Corona : > The syntax

Re: [Haskell] ANNOUNCE: haste-perch

2014-06-18 Thread Alberto G. Corona
ed - is it just the same thing but works with Haste, while > blaze-html doesn't? What's the main idea? > > Thanks! > Andrew > > > On Wed, Jun 18, 2014 at 7:02 AM, Alberto G. Corona > wrote: > >> Hi, >> >> haste-perch defines builder elements (per

[Haskell] ANNOUNCE: haste-perch

2014-06-18 Thread Alberto G. Corona
s and, in general the development of client-side web frameworks using haskell with the haste compiler. See the README in the git repository: https://github.com/agocorona/haste-perch -- Alberto. ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

Re: [Haskell] Monad.Reader #23 call for copy

2013-12-18 Thread Alberto G. Corona
F, together with any source files you > used. The sources will be released together with the magazine under a > BSD license. > > If you would like to submit an article, but have trouble with LaTeX > please let me know and we'll work something out. > ___

Re: [Haskell] Call for Contributions - Haskell Communities and Activities Report, November 2013 edition

2013-10-29 Thread Alberto G. Corona
ot. Do > not resend complete entries if you have not changed them. > > Q: Will I get confirmation if I send an entry? How do I know whether my > email has even reached its destination, and not ended up in a spam folder? > > A: Prior to public

Re: [Haskell] [Haskell-cafe] ANNOUNCE: MFlow 3.0

2013-07-13 Thread Alberto G. Corona
However, besides state synchronization is under development, state persistence in MFlow is optional, by using the workflow monad instead of the IO monad. See for example this: http://mflowdemo.herokuapp.com/shop 2013/7/10 Alberto G. Corona > My plan is to synchronize MFlow servers us

Re: [Haskell] [Haskell-cafe] ANNOUNCE: MFlow 3.0

2013-07-13 Thread Alberto G. Corona
;you can change the numbers in the boxes to see how the result > changes" > > Is that pretty or what? That's the code for this: > > http://mflowdemo.herokuapp.com/noscript/fviewmonad > > To me that's a real technological step over and above the usual servlets > parad

Re: [Haskell] [Haskell-cafe] ANNOUNCE: MFlow 3.0

2013-07-10 Thread Alberto G. Corona
ems to me that it is > be possible to solve this in Haskell where state can be serialized and > synchronized between multiple machines using Cloud Haskell, something that > is error-prone or impossible in other languages. But that step has never > been taken. > > Alexander >

Re: [Haskell] [Haskell-cafe] ANNOUNCE: MFlow 3.0

2013-07-10 Thread Alberto G. Corona
ewmonad > > To me that's a real technological step over and above the usual servlets > paradigm and I'd love to see more people getting involved. It seems like > Yesod and Happstack have a lot more manpower behind them, but unless I've > missed something, MFlow is goin

[Haskell] ANNOUNCE: MFlow 3.0

2013-07-09 Thread Alberto G. Corona
older features: persistent state, WAI, blaze-html and others integration, server process timeouts, Ajax, requirements, content management, caching of widget rendering and all the other previous stuff. I wish to thank some people for their feedback. Specially Adrian May for his feedback

Re: [Haskell] [Haskell-cafe] ANNOUNCE: btree-concurrent

2012-10-30 Thread Alberto G. Corona
both updated values will be in the file storage or none of them will be? Alberto 2012/10/30 Johan Brinch > Greetings Haskellers, > > We are pleased to announce this new package, featuring a concurrent > b-tree developed as part of our master's thesis on backup systems. The &

[Haskell] ANNOUNCE: MFlow-0.1.5

2012-09-18 Thread Alberto G. Corona
least one future commercial project. So I have te commitment to continue its development. There are many examples in the documentation and in the package. Alberto ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo

[Haskell] ANNOUNCE: Workflow-0.5.8.0

2011-12-09 Thread Alberto G. Corona
electronic democracy in the Web. If anyone is interested in the package Workflow and/or electronic democracy, I will be happy to talk with him. Hope to be useful Alberto. ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] CALL FOR PARTICIPATION: 9th International Conference on SOFTWARE ENGINEERING AND FORMAL METHODS (SEFM'11)

2011-09-07 Thread Alberto Pardo
er information send an email to sefm2...@fing.edu.uy (a separate call will be sent soon). The program of the school is available from http://www.fing.edu.uy/inco/eventos/SEFM2011/school.html ++++++ COMMITTEES Conference Chair * Alberto Pardo, Universidad de l

[Haskell] CFP -- SEFM'11: EXTENDED DEADLINE

2011-04-20 Thread Alberto Pardo
rs will be invited to submit an extended version of their work to be considered for publication in a special issue of the SoSyM journal (Software and Systems Modeling, Springer), following the standard reviewing process of the journal. COMMITTEES Conference Chair * Alberto Pardo, Universidad de la

[Haskell] ANNOUNCE: TCache 0.8

2011-04-12 Thread Alberto G. Corona
Tired of your persistence layer? Take persistence the haskelll way. Besides the backward compatible stuff, TCache now defines persistent STM variables (DBRef's) that leverages the traditional haskell reference syntax to perform fast in-memory database transactions and inter-object references. It

[Haskell] CFP -- 9th International Conference on SOFTWARE ENGINEERING AND FORMAL METHODS (SEFM'11)

2011-04-12 Thread Alberto Pardo
n extended version of their work to be considered for publication in a special issue of the SoSyM journal (Software and Systems Modeling, Springer), following the standard reviewing process of the journal. COMMITTEES Conference Chair * Alberto Pardo, Universidad de la República, Uruguay

[Haskell] Fwd: [Haskell-cafe] Question about memory usage

2010-08-16 Thread Alberto G. Corona
It is not repeated because fiblist is pure and has no arguments. Otherwise it would be repeated. 2010/8/14 Tako Schotanus > I was reading this article: > > http://scienceblogs.com/goodmath/2009/11/writing_basic_functions_in_has.php > > And came to the part where it shows: > > > > fiblist = 0 :

[Haskell] Announce: Properties-0.0.2

2010-06-13 Thread Alberto G. Corona
kages/archive/properties/0.0.2/doc/html/Test-Properties.html#v%3Awith>`(s,s2) print "that's all!" The package include a more sophisticated example. I Hope that this would be useful Alberto ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] ANNOUNCE IDynamic-0.1

2009-10-16 Thread Alberto G. Corona
IDynamic is variant of Data.Dynamic that can be indexed, serialized., stored, transmitted trough communications etc. So it can be used in abstract data containers, persistence, communications etc. http://hackage.haskell.org/package/IDynamic I Just uploaded it, so the documentation has not been c

[Haskell] ANN: Workflow-0.5.5, TCache-0.6.4 RefSerialize-0.2.4

2009-09-24 Thread Alberto G. Corona
Hi I'm proud to announce Workflow 0.5.5. This is a package intended to define workflows as sequences of actions with he usual do notation. Such actions may include wait for events, queue messages, etc perform processing etc for days weeks or even years without regards for shutdowns and restarts.

Re: [Haskell] ANNOUNCE: jhc 0.6.1

2009-06-24 Thread Alberto G. Corona
One question that is not clear in the documentation:Is JHC just a Haskell 98 compiler? Has some extensions? 2009/6/23 John Meacham > > Hi, this is to announce the release of jhc 0.6.1. The jhc homepage with > distribution information is at http://repetae.net/computer/jhc/ > > The main new featur

Re: [Haskell] ANNOUNCE: jhc 0.6.0 Haskell Compiler

2009-03-19 Thread Alberto G. Corona
The last version still uses a region inference algoritm instead of a garbage collector?. 2009/3/17 John Meacham > Hi, I am pleased to announce jhc 0.6.0, It has been a long time since an > official release, so there have been a lot of changes. Jhc is an > optimizing haskell compiler that focuses

[Haskell] ANNOUNCE: Data.TCache 0.5.5

2009-01-09 Thread Alberto G. Corona
The main addition of this versión is the capablity to safely handle transact, and serialize to permanent storage many datatypes simultaneously in the same piece of code and incrementally. Just register each new datatype (with registerType :: ). So it is not necessary to glue all types in advance i

[Haskell] announce: Workflow-0.1

2008-11-11 Thread Alberto G. Corona
I needed to to define multiuser web workflows in the most transparent way. I wondered if a state monad could transparently bring automatic checkpointing of each action and automatic resume after failure. In this way a long living computation could be expressed in a single monadic computation. Addi

Re: [Haskell] ANNOUNCE: RefSerialize-0.2.1

2008-11-03 Thread Alberto G. Corona
actualized to 0.2.3 due to some errors in the cabal description. Sorry, some needed module was not exported. 2008/11/2 Alberto G. Corona <[EMAIL PROTECTED]> > I uploadad > RefSerialize<http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RefSerialize> > to Hackage

Re: [Haskell] ANNOUNCE: RefSerialize-0.2.1

2008-11-02 Thread Alberto G. Corona
I uploadad RefSerialize to Hackage . Read, Show and Data.Binary do not check for repeated references to the same data address. As a result, the data is serialized multiple times when serialized. This is a waste of space in

[Haskell] ANNOUNCE: Data.TCache 0.5.1

2008-10-28 Thread Alberto G. Corona
I uploaded TCache to hackage.org. Data.Tcache is a transactional cache with configurable persistence. It tries to simulate Hibernate for Java or Rails for Ruby. The main difference is that transactions are done in memory trough STM. There are transactional cache implementations for some J2EE serve

Re: [Haskell] Announce: Yi 0.5.0.1

2008-10-08 Thread Alberto G. Corona
and.. integrated compiler error location in source code; Very important for rapid application development and overall: Integrated GHCI debugger: VERY important for Haskell Newbies. for understanding the haskell execution strategy. for interactive teaching. 2008/10/8 Jean-Philippe Bernardy <[EMAIL

[Haskell] School LERNET 2008 *** Deadline extension for registration ***

2008-01-29 Thread Alberto Pardo
is January, 31 2008. **Note that this deadline has not been extended**. SCHOOL ORGANISERS Luis Barbosa (Univerity of Minho, Portugal) Ana Bove (Chalmers University, Sweden) Alberto Pardo (Universidad de la República, Uruguay) Jorge Sousa Pinto (Univerity of Minho, Portugal) LOCAL ORGANISATIO

[Haskell] Summer School LERNET 2008 - Call for Participation

2007-12-26 Thread Alberto Pardo - INCO
University, Sweden) Alberto Pardo (Universidad de la República, Uruguay) Jorge Sousa Pinto (Univerity of Minho, Portugal) LOCAL ORGANISATION Alberto Pardo Luis Sierra Carlos Luna Instituto de Computación Facultad de Ingeniería Universidad de la República Montevideo, Uruguay FURTHER INFORM

Re: [Haskell] math library for Haskell

2007-07-25 Thread Alberto Ruiz
I have included a binding to gsl_sf_gamma in the darcs repo of GSLHaskell: http://dis.um.es/~alberto/GSLHaskell/doc/GSL-Special.html#v%3Agamma I will try to upload to hackage a recent version of the library in a few days. Alberto On Wednesday 25 July 2007 10:03, Lloyd Allison wrote: > A

WRLA 2004 - Last call for papers (EXTENDED DEADLINE)

2003-11-19 Thread alberto
lity of preparing a special issue of a scientific journal in the field. ORGANIZING COMMITTEE Narciso Marti-Oliet, Manuel Clavel, and Alberto Verdejo Departamento de Sistemas Informaticos y Programacion Universidad Complutense de Madrid, Spain CONTACT INFORMATION For more information, pl

WRLA 2004 - Second call for papers

2003-11-04 Thread alberto
l in the field. ORGANIZING COMMITTEE Narciso Marti-Oliet, Manuel Clavel, and Alberto Verdejo Departamento de Sistemas Informaticos y Programacion Universidad Complutense de Madrid, Spain CONTACT INFORMATION For more information, please contact the organizers [EMAIL PROTECTED] or

WRLA 2004 - Call for papers

2003-06-23 Thread alberto
l in the field. ORGANIZING COMMITTEE Narciso Marti-Oliet, Manuel Clavel, and Alberto Verdejo Departamento de Sistemas Informaticos y Programacion Universidad Complutense de Madrid, Spain CONTACT INFORMATION For more information, please contact the organizers [EMAIL PROTECTED] or

(no subject)

2000-11-05 Thread Alberto Domínguez
 

IEEE Expert - Reminder

1997-09-09 Thread Alberto Broggi
R E M I N D E R The deadline for submitting tutorials or surveys proposals is approaching. Please help distributing this announcement, Best Regards, Alberto Broggi