
hi, my name is jose falcon.
phd student
programming research laboratory
college of computer & information science
northeastern university
contact:
jfalcon@ccs.neu.edu
office: west village h room 308
teaching
- Spring 2011. CS6515 Software Design and Development.
- Fall 2010. CS5010 Program Design Paradigms.
research
- I am currently interested in programming languages, type theory, functional programming and software engineering.
publications
- Jose Falcon and William R. Cook, Gel: A Generic Extensible Language, Proceedings of the IFIP TC 2 Working Conference on Domain-Specific Languages, Springer, 2009, p. 77.
software
-
Github: josefalcon
-
Flaco lock service
The Flaco lock service is a RESTful service for creating and managing distributed locks across an HTTP connection. Using basic HTTP requests, users manipulate distributed locks on arbitrary strings. Flaco supports asynchronous requests through a callback mechanism. More information on Flaco can be found on google code. Due to legal issues, the source code is unavailable at this time.I presented Flaco to the core development team at homeaway.com. Slides from this talk are available.
-
Gel: A Generic Extensible Language
More information on Gel can be found on google code. There you may find a copy of our publication and source code. An online interpreter is also available.Gel was presented at the Second Middle Earth Programming Language Seminar in Austin, Texas and the IFIP TC 2 Working Conference on Domain-Specific Languages in Oxford, England.