<feed xmlns='http://www.w3.org/2005/Atom'>
<title>TypeAsValue, branch master</title>
<subtitle>C++ compile time computation library using types as values and templates as functions</subtitle>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/'/>
<entry>
<title>Updated _Turing machine_ comments to reflect tape logging</title>
<updated>2015-03-15T10:37:19+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-03-15T10:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=47a81aa2629fe3c729ded7ea6ce2f5eb06e895c4'/>
<id>47a81aa2629fe3c729ded7ea6ce2f5eb06e895c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented basic tape log printout in _Turing_ example</title>
<updated>2015-03-14T21:43:12+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-03-14T21:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=73be8fb60adc4723421e73d38331f793f1d16886'/>
<id>73be8fb60adc4723421e73d38331f793f1d16886</id>
<content type='text'>
* `machine::simulate` now returns a list of all tape states and corresponding head positions
* rewrote some of the actual print logic in terms _TypeAsValue_
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `machine::simulate` now returns a list of all tape states and corresponding head positions
* rewrote some of the actual print logic in terms _TypeAsValue_
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed `tav::Apply` implementation selection to template alias</title>
<updated>2015-03-07T15:14:11+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-03-07T15:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=cb2a79cd818fbfa50e7bdebd090e681a0073f9d5'/>
<id>cb2a79cd818fbfa50e7bdebd090e681a0073f9d5</id>
<content type='text'>
* there is no reason to differ from the rest of the library and use inheritance in this instance
* added link to blog article on the _Scheme metaphor_ to `README.md`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* there is no reason to differ from the rest of the library and use inheritance in this instance
* added link to blog article on the _Scheme metaphor_ to `README.md`
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated `README.md` to mention the examples and added build instructions</title>
<updated>2015-02-27T20:57:38+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-27T20:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=299781bccc5c7d1b212198b5a9a55ee9447603c5'/>
<id>299781bccc5c7d1b212198b5a9a55ee9447603c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed `Any` list query to `Every`</title>
<updated>2015-02-27T20:30:15+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-27T20:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=741e4550312a9bf618602c1708745e0ceaf455ec'/>
<id>741e4550312a9bf618602c1708745e0ceaf455ec</id>
<content type='text'>
* _TypeAsValue_ borrows large parts of its inspirations from _Scheme_
** i.e. there is no reason for stopping at this point
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* _TypeAsValue_ borrows large parts of its inspirations from _Scheme_
** i.e. there is no reason for stopping at this point
</pre>
</div>
</content>
</entry>
<entry>
<title>Enabled `Concatenate` to concatenate a variadic pack of lists</title>
<updated>2015-02-26T18:06:34+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-26T18:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=34530d8532e22afe0026b956ae395ddc666351b3'/>
<id>34530d8532e22afe0026b956ae395ddc666351b3</id>
<content type='text'>
* analogously to arbitrary list count concatenation in Scheme's `append`
** implemented for `Concatenate` instead as it fits better with the structure between `Append` and `Concatenate`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* analogously to arbitrary list count concatenation in Scheme's `append`
** implemented for `Concatenate` instead as it fits better with the structure between `Append` and `Concatenate`
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `Cond` branch condition assertion</title>
<updated>2015-02-25T17:47:56+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-25T17:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=e26621df352272688834361e7d026338cefb1372'/>
<id>e26621df352272688834361e7d026338cefb1372</id>
<content type='text'>
* improves error messages in case no branch condition resolves to `true`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* improves error messages in case no branch condition resolves to `true`
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced `utility::defer_eval` with placeholder-less `Apply`</title>
<updated>2015-02-24T15:51:37+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-24T15:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=a3a0d6a1fa880b324576bb073637e021c57b0e65'/>
<id>a3a0d6a1fa880b324576bb073637e021c57b0e65</id>
<content type='text'>
* usage of `Apply` sans placeholders was already possible and as such duplicated `utility::defer_eval`
* renamed `apply_none`'s type alias from to `type` to enable combining it with `Eval`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* usage of `Apply` sans placeholders was already possible and as such duplicated `utility::defer_eval`
* renamed `apply_none`'s type alias from to `type` to enable combining it with `Eval`
</pre>
</div>
</content>
</entry>
<entry>
<title>Added binary incrementer state table to Turing machine example</title>
<updated>2015-02-23T18:03:16+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-23T18:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=0dde43edac6817c3f0a237d25c2054c0ee75926c'/>
<id>0dde43edac6817c3f0a237d25c2054c0ee75926c</id>
<content type='text'>
* reintroduced `BLANK` as the _BLANK_ symbol
* fixed implicit tape expansion in `tape::readSymbol`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reintroduced `BLANK` as the _BLANK_ symbol
* fixed implicit tape expansion in `tape::readSymbol`
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved `simulate` function of the Turing machine example</title>
<updated>2015-02-22T16:14:15+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-22T16:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=41b63eff7f76e6574ef238f821dad0212a619c2a'/>
<id>41b63eff7f76e6574ef238f821dad0212a619c2a</id>
<content type='text'>
* introduced `state::state_accessor` helper function and moved position logic into `updatePosition`
* added `IsEqual` comparator and expressed other basic comparators in terms of itself
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* introduced `state::state_accessor` helper function and moved position logic into `updatePosition`
* added `IsEqual` comparator and expressed other basic comparators in terms of itself
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `README.md` to the Turing machine example</title>
<updated>2015-02-21T17:30:53+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-21T17:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=18fe83991563c0072fabaa60ff161e781a5364c2'/>
<id>18fe83991563c0072fabaa60ff161e781a5364c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved Turing machine printing into separate function</title>
<updated>2015-02-21T17:19:58+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-21T17:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=a3a75aefa3597c393756e9f9405398a450d2c9f6'/>
<id>a3a75aefa3597c393756e9f9405398a450d2c9f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separated Turing machine implementation into components</title>
<updated>2015-02-21T16:27:52+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-21T16:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=c15edae4532f53e7e5bac9dae125c360d93f848d'/>
<id>c15edae4532f53e7e5bac9dae125c360d93f848d</id>
<content type='text'>
* i.e. separate namespaces and headers for _Tape_ and _State_ functions
* `void` is now used as the `BLANK` field value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* i.e. separate namespaces and headers for _Tape_ and _State_ functions
* `void` is now used as the `BLANK` field value
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented basic Turing machine as an example</title>
<updated>2015-02-21T13:56:39+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-21T13:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=effddfdd69cf9e5ec700aeda2980c0210575e320'/>
<id>effddfdd69cf9e5ec700aeda2980c0210575e320</id>
<content type='text'>
* executes and prints the _Busy Beaver_ and _Mirror_ state transitions
* this example demonstrates how one may use _TypeAsValue_ to simplify and augment normal statically recursive template metaprograms where it makes sense
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* executes and prints the _Busy Beaver_ and _Mirror_ state transitions
* this example demonstrates how one may use _TypeAsValue_ to simplify and augment normal statically recursive template metaprograms where it makes sense
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `ReplaceNth` list operation</title>
<updated>2015-02-20T21:03:19+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-20T21:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=de1f1dc67a1dabcddac2e89a5d703e98a92b7f11'/>
<id>de1f1dc67a1dabcddac2e89a5d703e98a92b7f11</id>
<content type='text'>
* as its name implies this function replaces the _nth_ element of a given list
* added appropriate test case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* as its name implies this function replaces the _nth_ element of a given list
* added appropriate test case
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved `Apply`'s placeholder into separate detail header</title>
<updated>2015-02-19T20:07:57+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-19T20:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=397264a5e0046d9c84d8de41b9683ae695c516e0'/>
<id>397264a5e0046d9c84d8de41b9683ae695c516e0</id>
<content type='text'>
* separate actual `Apply` specializations in `detail/apply.h` from placeholder details
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* separate actual `Apply` specializations in `detail/apply.h` from placeholder details
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduced `Branch` and `Else` pair aliases for usage in `Cond`</title>
<updated>2015-02-19T18:18:48+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-19T18:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=a07999f7436802f15fc21bebd083006c9e681638'/>
<id>a07999f7436802f15fc21bebd083006c9e681638</id>
<content type='text'>
* pure _syntax sugar_ to improve readability of `Cond` conditionals
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pure _syntax sugar_ to improve readability of `Cond` conditionals
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing `Cond` dependency headers</title>
<updated>2015-02-19T18:00:19+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-19T18:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=1528d3cc919031d04a2d140a35d9b4cff6633eba'/>
<id>1528d3cc919031d04a2d140a35d9b4cff6633eba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented `Find` in terms of `ListIndex`</title>
<updated>2015-02-19T12:45:07+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-19T12:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=a8bec66b05eece7b8a39102fb1b0ba8f778eb9fe'/>
<id>a8bec66b05eece7b8a39102fb1b0ba8f778eb9fe</id>
<content type='text'>
* `ListIndex` already implements the necessary partial template specializations for finding elements matching a predicate
* reimplemented `Cond` using `detail::find_variadic` as `Find` depends on `Apply` which in turn depends on `Cond`
** it is useful if core functionality such as the branched conditional `Cond` do not require higher order functionality such as `Find`
*** otherwise one can not use core functionality in the implementation of higher order functionality
* introduced `utility::predicate_guard` helper template
** checks a given value using a predicate and only forwards the value to the guarded function if this check is successful
** if check is unsuccessful it returns a surrogate value simmilar to `utility::predicate_assurance`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `ListIndex` already implements the necessary partial template specializations for finding elements matching a predicate
* reimplemented `Cond` using `detail::find_variadic` as `Find` depends on `Apply` which in turn depends on `Cond`
** it is useful if core functionality such as the branched conditional `Cond` do not require higher order functionality such as `Find`
*** otherwise one can not use core functionality in the implementation of higher order functionality
* introduced `utility::predicate_guard` helper template
** checks a given value using a predicate and only forwards the value to the guarded function if this check is successful
** if check is unsuccessful it returns a surrogate value simmilar to `utility::predicate_assurance`
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed `ListIndex` to return false if no index is found</title>
<updated>2015-02-18T21:37:39+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-18T21:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=9bb66d9c1d8a7bf5bf02f5a7c400894e928d2a95'/>
<id>9bb66d9c1d8a7bf5bf02f5a7c400894e928d2a95</id>
<content type='text'>
* analogously to `list-index` and `find` in SRFI-1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* analogously to `list-index` and `find` in SRFI-1
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented `Append` in terms of `Fold`</title>
<updated>2015-02-18T19:23:35+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-18T19:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=a3cfc224111c324324e29a9a7a61b511053ec14c'/>
<id>a3cfc224111c324324e29a9a7a61b511053ec14c</id>
<content type='text'>
* `Fold` already implements the necessary partial specializations for traversing list structures
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `Fold` already implements the necessary partial specializations for traversing list structures
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented `TakeWhile` and `DropWhile` in terms of `ListIndex`</title>
<updated>2015-02-17T21:47:56+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-17T21:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=af5662781840ac45c21cbf14cbc7973bcf39d1da'/>
<id>af5662781840ac45c21cbf14cbc7973bcf39d1da</id>
<content type='text'>
* new higher order list operation `ListIndex` returns the index of the first list element satisfying a given predicate function
** this enables finding the split index required for both `TakeWhile` and `DropWhile`
** actual list manipulation is then performed using lower order `Take` or `Drop`
** analogously to `list-index` in SRFI-1
** added appropriate test case
* added higher order predicate utility function `utility::predicate_assurance`
** as its name implies this function enables assuring that a value satisfies a given predicate
*** if this is not the case a surrogate value is returned instead
** this is used to return a appropriate size value if the `ListIndex` call fails because no element satisfies its predicate
** `detail::predicate_negator` was moved from `Remove`'s implementation details into the newly introduced `utility` namespace
*** as it is required by both `TakeWhile` and `DropWhile` in addition to `Remove`
* continuation of 8e49cc6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* new higher order list operation `ListIndex` returns the index of the first list element satisfying a given predicate function
** this enables finding the split index required for both `TakeWhile` and `DropWhile`
** actual list manipulation is then performed using lower order `Take` or `Drop`
** analogously to `list-index` in SRFI-1
** added appropriate test case
* added higher order predicate utility function `utility::predicate_assurance`
** as its name implies this function enables assuring that a value satisfies a given predicate
*** if this is not the case a surrogate value is returned instead
** this is used to return a appropriate size value if the `ListIndex` call fails because no element satisfies its predicate
** `detail::predicate_negator` was moved from `Remove`'s implementation details into the newly introduced `utility` namespace
*** as it is required by both `TakeWhile` and `DropWhile` in addition to `Remove`
* continuation of 8e49cc6
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `Section` test case</title>
<updated>2015-02-17T18:02:20+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-17T18:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=c31731d0131c08c4ced091449764561eb3e5e2ab'/>
<id>c31731d0131c08c4ced091449764561eb3e5e2ab</id>
<content type='text'>
* as its name implies `Section` enables the extraction of a section of a given list
** a section is defined by its start and end index
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* as its name implies `Section` enables the extraction of a section of a given list
** a section is defined by its start and end index
</pre>
</div>
</content>
</entry>
<entry>
<title>Expressed `Take` and `Drop` in terms of new `Section` operation</title>
<updated>2015-02-17T17:55:08+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-17T17:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=8e4e3466694e5bef43f1308296a76086a7db453d'/>
<id>8e4e3466694e5bef43f1308296a76086a7db453d</id>
<content type='text'>
* unifies the common functionality between `Take` and `Drop`
* renamed `basic.h` to `length.h` as it only contains the `Length` implementation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* unifies the common functionality between `Take` and `Drop`
* renamed `basic.h` to `length.h` as it only contains the `Length` implementation
</pre>
</div>
</content>
</entry>
<entry>
<title>Unified `Iota` and `MakeList` using nested structure generator</title>
<updated>2015-02-16T16:35:38+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-16T16:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=f81cd736e00c28cf24412a4099bae08ff2e6c493'/>
<id>f81cd736e00c28cf24412a4099bae08ff2e6c493</id>
<content type='text'>
* `detail::generate_nested_structure` offers a higher order nested structure constructor for procedural list generation
* renamed `Fold` implementation details
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `detail::generate_nested_structure` offers a higher order nested structure constructor for procedural list generation
* renamed `Fold` implementation details
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed `detail::Sort` to `detail::quick_sort`</title>
<updated>2015-02-16T15:35:38+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-16T15:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=5a9366307d23b220657629c494827def3544c490'/>
<id>5a9366307d23b220657629c494827def3544c490</id>
<content type='text'>
* opens up the possibility of implementing different sort algorithms in this library
* removed now unnecessary namespace prefixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* opens up the possibility of implementing different sort algorithms in this library
* removed now unnecessary namespace prefixes
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented `Nth` in terms of `Drop`</title>
<updated>2015-02-16T15:29:50+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-16T15:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=45c63c95293e42860ee17368ab24cc65cc60d378'/>
<id>45c63c95293e42860ee17368ab24cc65cc60d378</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified `List`, `Length` and `Reverse` implementations</title>
<updated>2015-02-16T13:03:53+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-16T13:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=324988569183e38e9c5e42318571693a6fcd9569'/>
<id>324988569183e38e9c5e42318571693a6fcd9569</id>
<content type='text'>
* continuation of 8e49cc6
* list constructor was generalized to a _variadic fold_
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* continuation of 8e49cc6
* list constructor was generalized to a _variadic fold_
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified `Cond`, `Cons` and `Map` implementations</title>
<updated>2015-02-15T21:37:06+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-15T21:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=a59df7e8c4fd1f88bc1078ebcfde944502b0c309'/>
<id>a59df7e8c4fd1f88bc1078ebcfde944502b0c309</id>
<content type='text'>
* continuation of 8e49cc6f8f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* continuation of 8e49cc6f8f
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduced `Filter` and `Remove` implementations to direct aliases</title>
<updated>2015-02-15T19:31:07+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-15T19:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=8e49cc6f8f2186ef028bfa765fd06e52ce5218c5'/>
<id>8e49cc6f8f2186ef028bfa765fd06e52ce5218c5</id>
<content type='text'>
* i.e. instead of defining full class templates in the `detail` namespace we only define predicate helpers
* I don't like how some symbols have to be prefixed with `tav::` in the `detail` namespace to prevent conflicts - this is one reason why as much implementation as possible should be moved to template aliases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* i.e. instead of defining full class templates in the `detail` namespace we only define predicate helpers
* I don't like how some symbols have to be prefixed with `tav::` in the `detail` namespace to prevent conflicts - this is one reason why as much implementation as possible should be moved to template aliases
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved class-based implementations into `detail` namespace</title>
<updated>2015-02-15T13:07:50+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-15T13:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=46e174935b122c0da4b51532a7f683a512eeaf65'/>
<id>46e174935b122c0da4b51532a7f683a512eeaf65</id>
<content type='text'>
* while class templates enable e.g. hiding implementation details they also require evaluation via `Eval`
** this clutters up the actual logic and is now hidden behind aliae that perform the evaluation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* while class templates enable e.g. hiding implementation details they also require evaluation via `Eval`
** this clutters up the actual logic and is now hidden behind aliae that perform the evaluation
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduced `Eval` function evaluation helper</title>
<updated>2015-02-14T09:43:49+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-14T09:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=e24f25ada7e8f48dc35cb235e045a4324bccb4f2'/>
<id>e24f25ada7e8f48dc35cb235e045a4324bccb4f2</id>
<content type='text'>
* replaces `typename *::type` constructs with `Eval` applications
* aims to further unify function evaluation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* replaces `typename *::type` constructs with `Eval` applications
* aims to further unify function evaluation
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed `Apply`'s template alias to `function`</title>
<updated>2015-02-13T20:54:48+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-13T20:54:48+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=73680466149c7aad21de558b7acc11dfa05183d2'/>
<id>73680466149c7aad21de558b7acc11dfa05183d2</id>
<content type='text'>
* `type` is used to represent evaluation of a template
* accessing the `function` doesn't evaluate it as it is the template itself
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* `type` is used to represent evaluation of a template
* accessing the `function` doesn't evaluate it as it is the template itself
</pre>
</div>
</content>
</entry>
<entry>
<title>Added previously missing `Drop` implementation</title>
<updated>2015-02-12T21:03:26+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-12T21:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=9769b8fe1956b080c1f249f8c17862c0b5f5e4ef'/>
<id>9769b8fe1956b080c1f249f8c17862c0b5f5e4ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented `Cond` conditional</title>
<updated>2015-02-12T13:32:33+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-12T13:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=246cb31c1e20cdcc21a6a607de4b0095c71315d6'/>
<id>246cb31c1e20cdcc21a6a607de4b0095c71315d6</id>
<content type='text'>
* returns the `CDR` of the first true `CAR` in a given list of pairs
* reimplemented `Apply` base class selection in terms of `Cond`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* returns the `CDR` of the first true `CAR` in a given list of pairs
* reimplemented `Apply` base class selection in terms of `Cond`
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `Is` prefix to `EqualValue` and `EqualType`</title>
<updated>2015-02-12T12:36:27+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-12T12:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=4bb200de716891ed6c9fc182311c02685c8bdfd4'/>
<id>4bb200de716891ed6c9fc182311c02685c8bdfd4</id>
<content type='text'>
* analogously to `IsPair`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* analogously to `IsPair`
</pre>
</div>
</content>
</entry>
<entry>
<title>Revamped partial function application</title>
<updated>2015-02-12T09:16:54+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-12T09:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=ad27a79a2e6bc380e68ec77ae961917a9fb402d3'/>
<id>ad27a79a2e6bc380e68ec77ae961917a9fb402d3</id>
<content type='text'>
* moved internals into separate header i.e. the `detail` namespace relating to `Apply`
* implemented automatic alias selection by implementing aliae of the basic variadic `type` template alias in different base classes
** variadic partial application is implemented in `detail::apply_variadic`
*** `detail::apply_single` and `detail::apply_pair` define aliae to `detail::apply_variadic`'s `type` template alias
*** both restricted aliae derive from `detail::apply_variadic`
** `Apply` derives from any of the aliae defining base classes depending on the count of placeholders as determined by `detail::count_placeholders`
*** `Apply` is guaranteed to always be derived from `detail::apply_variadic` one way or the other
* changed functions, test cases and examples depending on `Apply` accordingly
** `Length` had to be reimplemented without `Apply` as it doesn't allow usage of aliae expecting a different count of arguments anymore
*** this is a advantage in the sense that core functionality of _TypeAsValue_ now doesn't depend on this complex partial application implementation anymore
*** such functionality may be reimplemented separately from `Apply`
* removed unnecessary `tav` namespace prefixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* moved internals into separate header i.e. the `detail` namespace relating to `Apply`
* implemented automatic alias selection by implementing aliae of the basic variadic `type` template alias in different base classes
** variadic partial application is implemented in `detail::apply_variadic`
*** `detail::apply_single` and `detail::apply_pair` define aliae to `detail::apply_variadic`'s `type` template alias
*** both restricted aliae derive from `detail::apply_variadic`
** `Apply` derives from any of the aliae defining base classes depending on the count of placeholders as determined by `detail::count_placeholders`
*** `Apply` is guaranteed to always be derived from `detail::apply_variadic` one way or the other
* changed functions, test cases and examples depending on `Apply` accordingly
** `Length` had to be reimplemented without `Apply` as it doesn't allow usage of aliae expecting a different count of arguments anymore
*** this is a advantage in the sense that core functionality of _TypeAsValue_ now doesn't depend on this complex partial application implementation anymore
*** such functionality may be reimplemented separately from `Apply`
* removed unnecessary `tav` namespace prefixes
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved `Sort` list index deletion into `DeleteNth` function</title>
<updated>2015-02-10T17:40:05+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-10T17:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=f1268ca3bf10ab136bafbd63894ce12353fa8690'/>
<id>f1268ca3bf10ab136bafbd63894ce12353fa8690</id>
<content type='text'>
* as it is commonly required functionality and as such should be provided by this library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* as it is commonly required functionality and as such should be provided by this library
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated `README.md` to mention recent features and direction</title>
<updated>2015-02-09T17:20:22+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-09T17:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=8893f72598040681aec3de58740212c0003fc65b'/>
<id>8893f72598040681aec3de58740212c0003fc65b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated `Sort` to make use of `Partition` for splitting at pivot</title>
<updated>2015-02-09T14:46:26+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-09T14:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=709274402ff0a83dfaacae880dfa6db478d29ab1'/>
<id>709274402ff0a83dfaacae880dfa6db478d29ab1</id>
<content type='text'>
* added further test cases for `Sort` as well as `Nth` aliae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added further test cases for `Sort` as well as `Nth` aliae
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `First`, `Second` and `Third` aliae for `Nth`</title>
<updated>2015-02-09T14:44:46+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-09T14:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=262806540c6eaf0dc45794cdf8f5f0404df10c79'/>
<id>262806540c6eaf0dc45794cdf8f5f0404df10c79</id>
<content type='text'>
* increases expressiveness in some contexts
* renamed `Partition` list template parameter to avoid confusion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* increases expressiveness in some contexts
* renamed `Partition` list template parameter to avoid confusion
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `void` concatenation `List` template specialization</title>
<updated>2015-02-09T14:42:19+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-09T14:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=0d194826e1661a0b945211bccb387df0b7d89066'/>
<id>0d194826e1661a0b945211bccb387df0b7d89066</id>
<content type='text'>
* otherwise a type conflict occurs when trying to instantiate a list of `void`
** this hinders construction of higher level functionality on top of `List`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* otherwise a type conflict occurs when trying to instantiate a list of `void`
** this hinders construction of higher level functionality on top of `List`
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented higher order `Sort` list operation</title>
<updated>2015-02-08T19:38:00+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-08T19:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=beb46377c075ccc07a22b45771f8ad993a4e088e'/>
<id>beb46377c075ccc07a22b45771f8ad993a4e088e</id>
<content type='text'>
* _Quicksort_ is the algorithm of choice
** it lends itself quite well to the _TypeAsValue_ approach because of its recursive nature
** this required implementation of a `Drop` counterpart to `Take`
* the middle item of a given list is selected as the _pivot_ element
* the `List` list contructor had to be expanded to allow `void` arguments inside its variadic parameter pack
* added appropriate test cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* _Quicksort_ is the algorithm of choice
** it lends itself quite well to the _TypeAsValue_ approach because of its recursive nature
** this required implementation of a `Drop` counterpart to `Take`
* the middle item of a given list is selected as the _pivot_ element
* the `List` list contructor had to be expanded to allow `void` arguments inside its variadic parameter pack
* added appropriate test cases
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `GreaterThan` and `LowerThan` comparators</title>
<updated>2015-02-08T18:10:59+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-08T18:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=dd504e4fcbf73750097024dce397754dc5883386'/>
<id>dd504e4fcbf73750097024dce397754dc5883386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added _Scheme_ variant of prime example as documentation</title>
<updated>2015-02-08T13:54:01+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-08T13:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=3feb8a168075c4007fc466a0a4353e62e69d9802'/>
<id>3feb8a168075c4007fc466a0a4353e62e69d9802</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved _SFINAE_ helper into separate header</title>
<updated>2015-02-06T18:40:55+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-06T18:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=32abf81176f654217c30f3a1dd25ba9ff4a67dc4'/>
<id>32abf81176f654217c30f3a1dd25ba9ff4a67dc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revamped to use `Cons` as a function and `Pair` as its result</title>
<updated>2015-02-06T18:26:26+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-06T18:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=27aaee43499c268903332c7e9e1e6ec2d193dc3a'/>
<id>27aaee43499c268903332c7e9e1e6ec2d193dc3a</id>
<content type='text'>
* this is analogous to _Scheme_ where a pair (dot-expression) is returned from a call to `cons`
* `Head` and `Tail` are kept as direct references to the `CAR` and `CDR` values of a pair to match e.g. the math operators
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* this is analogous to _Scheme_ where a pair (dot-expression) is returned from a call to `cons`
* `Head` and `Tail` are kept as direct references to the `CAR` and `CDR` values of a pair to match e.g. the math operators
</pre>
</div>
</content>
</entry>
<entry>
<title>Defer `If` template resolution analogously to other functions</title>
<updated>2015-02-05T16:13:39+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-05T16:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=1e0528b1a870e0e0f2b15f468fc60f80e5fc20b3'/>
<id>1e0528b1a870e0e0f2b15f468fc60f80e5fc20b3</id>
<content type='text'>
* all other functions sans `Cons` are resolved when the respective member `*::type` is instantiated
* this was changed soely to increase coherence
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* all other functions sans `Cons` are resolved when the respective member `*::type` is instantiated
* this was changed soely to increase coherence
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented `Contains` and `Delete` in terms of `Apply`</title>
<updated>2015-02-05T13:07:32+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-05T13:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=868f7d2c46302f3f993ff8f7943823243a5d1a6d'/>
<id>868f7d2c46302f3f993ff8f7943823243a5d1a6d</id>
<content type='text'>
* both depict the very usecase partial function application via `Apply` is suited for
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* both depict the very usecase partial function application via `Apply` is suited for
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented `removeMultiplesOf` in terms of a partial function application</title>
<updated>2015-02-05T12:54:01+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-05T12:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/TypeAsValue/commit/?id=d546e0d1172ee138971ced523a97121b495a7ba1'/>
<id>d546e0d1172ee138971ced523a97121b495a7ba1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
