Fork me on GitHub
#off-topic
<
2019-12-18
>
borkdude14:12:31

it's pretty cool how easy it is to create a binary with sbcl: https://stackoverflow.com/a/19653150/6264

👍 24
andy.fingerhut14:12:04

SBCL has been good for that for decades now 🙂

andy.fingerhut14:12:03

at least on platforms where it works, which is surprising how many it is, considering they implement all of their own platform support for many instruction set architectures, and OSes, including native machine code generation.

papachan15:12:32

With just one line: (sb-ext:save-lisp-and-die #p"my-app" :toplevel #'my-app:main :executable t) work with linux and mac os, never tried under windows

sova-soars-the-sora17:12:52

Suggestions on creating/increasing virality of a web app?

Mno08:12:41

a common strategy is generating controversy

plexus10:12:09

have a gamified pyramid scheme around invites

Vincent Cantin12:12:47

make it interesting enough so that people want to share it (and make sure to make it easy to share)

Mno12:12:02

Getting Elon Musk to talk about also seems to work.

Jcaw14:12:48

Engineer the model of the app so that sharing is an inherent side effect of the functionality

Jcaw14:12:41

You can try and tack it on but in some sense you're always competing with apps that don't have to try

dominicm18:12:43

Pay sourceforge to set peoples homepage to your webapp.

4
😂 24
sova-soars-the-sora23:12:29

Now that's thinking with portals.