书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 114 个相关结果.
  • Ten reasons not to use a statically typed functional programming language

    seriesId: “” categories: [] Reason 1: I don’t want to follow the latest fad Reason 2: I get paid by the line Reason 3: I love me some curly braces Reason 4: I like to see expli...
  • 简介 Introduction

    2054 2018-05-12 《HASKELL 趣学指南》
    简介 关于这份教学 什么是 Haskell? 要使用 Haskell 有哪些要求呢? 简介 关于这份教学 欢迎来到 Haskell 趣学指南!会想看这篇文章表示你对学习 Haskell 有很大的兴趣。你来对地方了,来让我简单介绍一下这个教学。 撰写这份教学,一方面是让我自己对 Haskell 更熟练,另一方面是希望能够分享我的学习经验,帮...
  • We don’t need no stinking UML diagrams

    categories: [“DDD”] Regular expressions Student enrollment Order and customer Order and customer, version 2 Hotel Booking Library Software licensing Summary layout: post...
  • The Option type

    categories: [Types] Using the Option type Option equality Option representation Options are not just for primitive types How the Option type should not be used The Option mod...
  • Introduction

    1047 2018-05-12 《HASKELL 趣學指南》
    簡介 關於這份教學 什麼是 Haskell? 要使用 Haskell 有哪些要求呢? 簡介 關於這份教學 歡迎來到 Haskell 趣學指南!會想看這篇文章表示你對學習 Haskell 有很大的興趣。你來對地方了,來讓我簡單介紹一下這個教學。 撰寫這份教學,一方面是讓我自己對 Haskell 更熟練,另一方面是希望能夠分享我的學習經驗,幫...
  • 02. Structured Data

    Structured Data CIS 198 Lecture 2 Structured Data Structs Structs Structs Structs Structs Struct match ing Struct match ing Struct Update Syntax Tuple Structs Tuple Stru...
  • Building LLVM with CMake

    1804 2020-03-21 《LLVM 10 User Guides》
    Building LLVM with CMake Introduction Quick start Basic CMake usage Options and variables Frequently-used CMake variables Rarely-used CMake variables LLVM-specific variables ...
  • Creating RPM packages

    339 2021-09-03 《Fedora Quick Docs》
    Creating RPM packages RPM Packaging Overview RPM terminology Preparing your system to create RPM packages Creating an RPM package RPM spec file overview Creating RPM packag...
  • 00. CIS 198: Intro to COBOL

    CIS 198: Intro to COBOL CIS 198: Intro to COBOL CIS 198: Rust Programming Lecture 00: Hello, Rust! This lecture online: GitHub One-Page View • Slide View Overview What is ...
  • RAII

    C++惯用法之消除垃圾收集器-资源获取即初始化方法(RAII) 0.导语 1.RAII的发明:新希望 2.“使用垃圾收集器,flyboy!” 3.所有权:RAII觉醒 4.只有在最后,你才意识到RAII的真正力量。 5.参考文章 C++惯用法之消除垃圾收集器-资源获取即初始化方法(RAII) 0.导语 在C语言中,有三种类型的内存分配...