freeship-plus-in-lazarus VS FreePascal

Compare freeship-plus-in-lazarus vs FreePascal and see what are their differences.

FreePascal

FreePascal grammar, lexer, parser and code browser (by rochus-keller)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
freeship-plus-in-lazarus FreePascal
6 3
170 13
- -
1.7 6.2
about 1 year ago 9 months ago
Pascal C++
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

freeship-plus-in-lazarus

Posts with mentions or reviews of freeship-plus-in-lazarus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-08.

FreePascal

Posts with mentions or reviews of FreePascal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-08.
  • A FreePascal parser written in C++
    1 project | news.ycombinator.com | 30 Jul 2023
  • Why Use Pascal?
    5 projects | news.ycombinator.com | 8 Jul 2023
    > Thanks for the hints. I was already concerned that I would have to analyze the source code directly myself, and so I started to build tools for this purpose (https://github.com/rochus-keller/FreePascal).

    FWIW you may want to check out the fcl-passrc package[0] which provides units for scanning and creating a syntax tree from FPC source code, including some helpers like resolving references.

    It is used by the fpdoc documentation generator and the pas2js transpiler that converts Free Pascal source code to JavaScript, both official FPC projects. fcl-passrc is itself part of Free Pascal.

    > I read somewhere that there are issues with higher optimization levels. Can you confirm that?

    AFAIK the main issue is that -O4 enables some optimizations that may break code that relies on things like having the exact same math output as non-optimized versions as it enables FASTMATH, code that relies on classes having specific field order (technically class field order is not guaranteed to remain the same) since -O4 enables reordering the fields to remove unnecessary padding and code that depends on runtime errors or exceptions being thrown from code that the compiler (in -O4) decided it has not explicit side effects and removed it.

    These are not "issues" per-se but Lazarus labels -O4 as having "aggressive optimizations, beware" which might give a false impression.

    Aside from that there might be bugs, but that is the case with any compiler.

    [0] https://wiki.freepascal.org/fcl-passrc

What are some alternatives?

When comparing freeship-plus-in-lazarus and FreePascal you can also consider the following projects:

FreeCAD_assembly3 - Experimental attempt for the next generation assembly workbench for FreeCAD

Oberon - Oberon parser, code model & browser, compiler and IDE with debugger

mm3d - Maverick Model 3D is a 3D model editor and animator for games.

austral - Systems language with linear types and capability-based security.

doublecmd - Double Commander is a free cross platform open source file manager with two panels side by side.

SmartSetApps - SmartSet apps for keyboards, foots pedals and more

jakt - The Jakt Programming Language

lazandroidmodulewizard - LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!