From 9c53aa7ac9f27052d793017a5a38e8551f0a9b27 Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 6 Jan 2017 17:43:05 +0100 Subject: [PATCH] added proto evaluation and summary and outlook --- presentation.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/presentation.md b/presentation.md index 5583f08..e7bcc7f 100644 --- a/presentation.md +++ b/presentation.md @@ -55,10 +55,43 @@ -> # Evaluation of the Prototype +- zepto is primarily a platform for prototyping +- Usability was measured during an introductory workshop +- Generally favorable feedback, questions mostly around tooling + +--- + +-> # Evaluation of the Prototype + +- Addition of the FFI solves performance problems + - suboptimal, but deemed acceptable for this particular use case +- Features missing affect the compatibility with existing zepto libraries + +--- + +-> # Evaluation of the Prototype + +- marginally slower than zepto reference in most use cases +- much slower than native JavaScript + - calling into FFI for performance optimization still necessary + --- -> # Summary and Outlook +- zepto-js is as experimental as zepto itself +- with the maturation of zepto and zeps, zepto-js can grow +- tooling still not on par with JavaScript + +--- + +-> # Summary and Outlook + +- since thesis was written: + - compiler backend to JavaScript in zepto (node) + - first stable release of zepto (version 0.9.6) + - zepto-js development stunted + --- -> # Thank you for listening.