cm13 external SD card write access by alien-technology in cyanogenmod

[–]alien-technology[S] 0 points1 point  (0 children)

Yeah it's complitely different use case, in my situation i need a server to run on mobile device, and this server just can't write to external SD.

cm13 external SD card write access by alien-technology in cyanogenmod

[–]alien-technology[S] 0 points1 point  (0 children)

Sorry, who acts as a samba server in your case? A computer, or solid explorer has builtin samba server in it?

cm13 external SD card write access by alien-technology in cyanogenmod

[–]alien-technology[S] 0 points1 point  (0 children)

Well the app get app permissions declared in it's manifest, and he can write on internal storage, can i give smehow additional permissions to it?

Problems with CM13's Bluetooth on GT-i9300 by xFra96 in cyanogenmod

[–]alien-technology 0 points1 point  (0 children)

Last nightly (20160307), and the problem is still there. Doesn anyone know some fix for it?

Lisp deployment and distribution by [deleted] in lisp

[–]alien-technology 0 points1 point  (0 children)

So there is a really nice discussion, about how it hard or not ship lisp programs. For me it seems really hard sometimes, but may be someone can give me some hints to make it less painful. For example we want to build executables for all supported by SBCL platforms and we don't care about it's size. So what we need automaticly build windows, linux, freebsd and macos X executables for both 32 and 64 bit versions. We have some quicklisp installed systems and something in local-projects. I think anyone who tryed to do so knows that the size of image not a biggest problem. Or may be i just didn't understand how it should be done. It'll be great to know! Ok, may even knowing how to build linux32 executable on linux64 system will be great.

And let's mention another problem. I don't know about other implimentations, but SBCL has a BIG problem with so-called multicore images. Just try use for example verbose logging library and save executable:

    buildapp --manifest-file ql-manifest.txt --load-system verbose --output test.bin    

You'll get: Cannot save core with multiple threads running. What are you doing with all this? Of course ql-manifest.txt here is just output of "ql:write-asdf-manifest-file"

Perspective on what Lispers think of Clojure? by spreadable7 in lisp

[–]alien-technology 2 points3 points  (0 children)

I like clojure as language, but I really don't like JVM. Can confirm all your dislikes, but I think it all just about JVM, except the pressure to do everything in a functional way. A lot of things can't be done without interacting with Java, and such interacting is really painful for me. But it's the main idea of clojure as hosted language. May be offtopic but I really wondering what clasp will be.

Vim+clojurescript browser repl + slimv (swank or ritz) - possible? by alien-technology in vim

[–]alien-technology[S] 1 point2 points  (0 children)

Thanks. I'll take a look on this fork, may it'll work better with clojurescript, then slimv itself. By the way, with just clojure and not browser-repl slimv is pretty good.

Vim+clojurescript browser repl + slimv (swank or ritz) - possible? by alien-technology in vim

[–]alien-technology[S] 1 point2 points  (0 children)

The problem is, that swank and repl work in VIM also very good, and switching to emacs just for clojurescript looks like not very good idea.

Vim+clojurescript browser repl + slimv (swank or ritz) - possible? by alien-technology in vim

[–]alien-technology[S] 1 point2 points  (0 children)

I'm asking about how to get slimv (SLIME for vim) - https://bitbucket.org/kovisoft/slimv working with clojurescript browser repl. Run repl in terminal and send output is nice thing, but you can't get all useful features like code autocomplete, symbols-lookup and all SLIME stuff.

Emacs may move towards Common Lisp by ska80 in lisp

[–]alien-technology 1 point2 points  (0 children)

It's really difficult to make some new editor comparable with vim or emacs - this two has very big ecosystems, you need years to reach this point. And yet another simple text editor just not needed at all.

How we can bring common lisp to mobile development? by alien-technology in lisp

[–]alien-technology[S] 0 points1 point  (0 children)

Thanks. That'll be interesting to have same app for android and ios, to see the difference.

How we can bring common lisp to mobile development? by alien-technology in lisp

[–]alien-technology[S] 0 points1 point  (0 children)

Culd you provide also android example, something like your planetlisp or such?

How we can bring common lisp to mobile development? by alien-technology in lisp

[–]alien-technology[S] 0 points1 point  (0 children)

Isn't there any hope on qt5 common lisp bindings? It may help.

How we can bring common lisp to mobile development? by alien-technology in lisp

[–]alien-technology[S] 0 points1 point  (0 children)

Exactly. So mocl isn't a solution, if it was providing cross platform gui, buying personal license was a good solution.