ctypes.sh VS wcc

Compare ctypes.sh vs wcc and see what are their differences.

ctypes.sh

A foreign function interface for bash. (by taviso)

wcc

The Witchcraft Compiler Collection (by endrazine)
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
ctypes.sh wcc
8 4
2,018 1,816
- -
5.2 2.7
6 months ago 6 days ago
C C
MIT License GNU General Public License v3.0 or later
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.

ctypes.sh

Posts with mentions or reviews of ctypes.sh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-02.

wcc

Posts with mentions or reviews of wcc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-20.
  • Shared Libraries as Executables
    3 projects | news.ycombinator.com | 20 Aug 2022
    rundll32.exe is just a way of doing FFI from as a command -- there are few different options on UNIX-likr systems for that. The most obvious is ctypes.sh [0].

    There are, though, even more sophisticated options than just FFI, like the Witchcraft Compiler Collection [1], which includes among other things an interactive shell.

    [0] https://github.com/taviso/ctypes.sh

    [1] https://github.com/endrazine/wcc

  • The Witchcraft Compiler Collection
    1 project | news.ycombinator.com | 11 Mar 2022
  • The Cursed Computer Iceberg Meme
    5 projects | /r/ProgrammerHumor | 11 Apr 2021
    witchcraft compiler collection
  • This is my style of coding
    1 project | /r/ProgrammerHumor | 18 Jan 2021
    https://github.com/endrazine/wcc - the witchcraft compiler can take a binary and turn it into a shared library that can be loaded by another application. It also comes with a suite of tools that can help you probe an application to figure out its APIs and such.

What are some alternatives?

When comparing ctypes.sh and wcc you can also consider the following projects:

Cython - The most widely used Python to C compiler

sandsifter - The x86 processor fuzzer

Lua - Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

trapcc - Computing with traps

cppimport - Import C++ files directly from Python!

rust - Empowering everyone to build reliable and efficient software.

nelson - The Nelson Programming Language

cmake-raytracer - Ray tracer written in pure CMake

V8 - The official mirror of the V8 Git repository

dylibify - Transform any ARM macho executable to a dynamic library

libffi - A portable foreign-function interface library.

JavaCPP - The missing bridge between Java and native C++