Viewing profile — lefessan
lefessan
HN member- Joined
- Mon, May 09, 2011, 11:15 AM UTC
- HN karma
- 19
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About lefessan
No profile information was provided.
Recent public activity
-
comment
Comment #41720160
You can find videos on Youtube, it's like an IDE where you would do everything in a user interface with menus, but the interface is a 25x80-char screen only :-) Everything is "almo…
-
comment
Comment #41720127
The goal of SuperBOL ( https://superbol.eu ) is to allow companies to migrate from mainframes to Linux workstations, to get a "modern" experience of development and deployment. Ind…
-
comment
Comment #41720078
We are among the major contributors to GnuCOBOL, we use https://github.com/OCamlPro/gnucobol to review our contributions before pushing them on the SVN of Sourceforge. Cobolworx is…
-
comment
Comment #41719325
COBOL is not dead, but it's difficult to get access to, because there is almost no open-source tooling around it for Linux. We (OCamlPro) have created a project, called SuperBOL, t…
-
comment
Comment #37996598
Who said COBOL was not trendy ? A new version of the COBOL ISO standard was released this year (January 2023) A brand new stable release 3.2 of the free open-source compiler GnuCOB…
- story
-
comment
Comment #34412310
We recently worked on a project to build a binary installer for OCaml, inspired from RustUp for Rust. We had to build binary packages of the distribution for every OCaml version si…
- story
- story
-
comment
Comment #2528304
You are comparing different things. OCaml strength is safety, it verifies at compile time that your program is safe, correct apart algorithmic errors. Once it compiles, you are alm…