Hacker News new | past | comments | ask | show | jobs | submit | more pome's comments login


The Tested review has actual footage shot through one eye of the goggle https://youtu.be/Vrq2akzdFq8?t=958


:-)


Awesome! thanks for the link!


Just awesome. :-)


Maybe somewhere there are CEO/Workers salary statistics by country in 2018? I'm found only this[0], but 2014 years.

[0] https://www.statista.com/statistics/424159/pay-gap-between-c...


Maybe CK-12 Foundation[0]? Also CK-12 have FlexBook's[1].

[0] https://www.ck12.org/ [1] https://en.wikipedia.org/wiki/FlexBook


And License not for everyone :-))


And if anyone is interested in knowing more about Factor, this tutorial is pretty good, from basics to the web development using Furnace (Factor Web Framework) - https://andreaferretti.github.io/factor-tutorial/ :-)


How Factor compiler is different from something like SBCL? It's interesting because Factor have plans to support ARM/Android/iOS, how hard to achieve these goals? It's interesting because Common Lisp's (SBCL, CCL), Scheme (Chez Scheme), Smalltalk (Pharo, Squeak) also have native compiler's, but no one have iOS/Android support, SBCL also have self-contained executables and ARM port. What are the biggest problems to these projects from having iOS/Android support.


LispWorks has a native compiler and supports Android and iOS: http://www.lispworks.com/products/lw4mr.html

The iOS situation is difficult, because Apple does not allow runtime compiled/loaded code in general. LispWorks pre-compiles Lisp code and one creates an App with the help of Apple's Xcode. LispWorks has still an Interpreter at runtime. Generally it is a very complete implementation of Common Lisp (minus the runtime compilation), but without a Lisp-based GUI library. They also had to write a special Garbage Collector for the 64bit ARM iOS. Seems like it was not possible to have their usually more advanced GC, which for example is available with their 64bit ARM Linux port of LispWorks.


That's not exactly Apple's policy - there are React Native apps in the iOS store, and that runs on nodejs. Apple specifically forbids applications that download and run code or allow for other code outside of the application's code to be run. I.e. any and all code that your application will execute has to be submitted with your app.

https://developer.apple.com/app-store/review/guidelines/ specifically 2.5.2


https://code.janeasystems.com/nodejs-mobile

> On iOS, V8 cannot run because the operating system forbids just-in-time compilation; so instead of V8, we use our own port of the ChakraCore engine, on top of the integration with Node that Microsoft created in Node.js on ChakraCore. ChakraCore has a well-optimized, pure interpreter mode which complies with iOS’ restrictions.

http://www.janeasystems.com/blog/node-js-meets-ios/

> Apple does not allow Just-In-Time compilation on iOS (except for its own JavaScriptCore engine).

So the claim is that Apple will not allow a third-party Javascript engine which provides a JIT - even though interpreted code engines are allowed and this is what their node.js version did.

My impression is also that this is a technical restriction.

Has that changed?


Ah, you're right. I should have read your comment more carefully.

> ChakraCore has a well-optimized, pure interpreter mode which complies with iOS’ restrictions.

(Which does not include runtime-compilation.)


Factor used to have ARM support back in the days of Windows Mobile: https://bluishcoder.co.nz/2007/02/17/factor-on-windows-mobil...

The ARM backend has bitrot now so no longer works.


SBCL & Chez are really fast. I don't remember Factor having very high performance.


There are some old benchmarks (2010) - http://factor-language.blogspot.com/2010/05/comparing-factor... , in 2018 sure, situation I think is different.


My original title - "Learning binary file formats (work in progress) from flat assembler Author". Someone edited it and I can't change title anymore looks like. :-)


calling dang...


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: