A Lisp-like lightweight functional language on .NET.
This slide contains how to generate expressions from Nesp parser.
ML茶氏 #2 https://ml-lang.connpass.com/event/58151/
https://github.com/kekyo/Nesp
A Lisp-like lightweight functional language on .NET.
This slide contains how to generate expressions from Nesp parser.
ML茶氏 #2 https://ml-lang.connpass.com/event/58151/
https://github.com/kekyo/Nesp
About how to make a Website. I used this for Women Who Code Tokyo(http://www.meetup.com/Women-Who-Code-Tokyo/)'s meetup. It's would be glad if it could help someone.
The document discusses various JavaScript technologies and frameworks including CoffeeScript, Google App Engine for JavaScript, JavaScript: The Good Parts book, WebStorm IDE, jQuery API, Chrome extensions, Android Market, Backbone.js, and enchant.js. It also mentions HTML, CSS, alerts, DOM, OOP, and the MVC pattern in relation to these topics.
The document discusses various topics related to JavaScript including CoffeeScript, Google App Engine, Google Docs, JSP, HTML, CSS, DOM, OOP, jQuery, unit testing with QUnit and Jasmine, and mocking with Mockjax. Dates ranging from 2012 to 2013 are listed with no additional context.
This document discusses usage trends of the Eclipse integrated development environment. It notes that Eclipse usage increased 20% in 2011, with the biggest increases being 10% for Eclipse itself, 10% for plugins, and 200% for Android Development Tools. It then provides many tips and shortcuts for using Eclipse more efficiently.
The document discusses the secret operation of Android and lists several Android apps such as Twicca, Google Maps, and ATOK that were running in the background on July 10, 2011 without the user's knowledge. It suggests that Android runs various apps and services secretly in the background on users' devices.
The document describes the Annotation Processing Tool (APT), which can be used to convert JSON to Java POJO models. APT uses annotations to map JSON fields to Java properties. It utilizes reflection and annotation processing to generate Java code from the annotations at compile time. The tool has evolved over time and now supports newer Java versions and additional features like JSON parsing.
The document discusses the Annotation Processing Tool (APT). APT allows annotations to be processed at compile time to generate Java code. It describes how APT uses annotations to map entities to models using reflection. It also discusses the evolution of APT from Java 5 to Java 6 specifications and how it can be used with JSON annotations to generate POJO classes from JSON.
24. 侏廣
var str1: string = "string";
var str2: number = "string"; // エラ`
var str3 = "string"; // 兜豚晒徨の侏から侏容されstringを峺協したのと吉
str3 = 1; // エラ`
!
var b: boolean = true;
var n: number = 1;
!
var a: any = true;
a = 1; // any は採でもOK
http://goo.gl/jKVeHw