A community-maintained gist.
(Per-module support feature legend. Currently, Rust (IIRC) doesn't support the video encoding module.)
#!/bin/bash | |
files=$(find /usr/bin -maxdepth 1 -type f) | |
libs=$(find /usr/lib/*.so* -maxdepth 1 -type f) | |
clear | |
echo "Searching broken binaries...." | |
for binary in $files ; do | |
parse=$(ldd ${binary} | grep "not found") |
+----------------------+--------------------+--------------------+--------------------+
| Operation | F-Sharp | Compability | Haskell |
+======================+====================+====================+====================+
| List.append | @ | | ++ |
+----------------------+--------------------+--------------------+--------------------+
| Function composition | f << g | f . (g) | f . g |
+----------------------+--------------------+--------------------+--------------------+
| | = | == | == |
+----------------------+--------------------+--------------------+--------------------+